Skip to content

Commit

Permalink
Trivial change to make "Delete" button use consistent titles on confi…
Browse files Browse the repository at this point in the history
…rm dialog (CFM-431) (#255)
  • Loading branch information
arlen authored Nov 26, 2024
1 parent e603561 commit c8bacf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/Standard/add-edit-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
'class' => 'deletebutton',
'confirm' => [
'method' => 'post',
'dg_title' => __d('operation', 'remove'),
'dg_title' => __d('operation', 'delete'),
'dg_body_txt' => __d('operation', 'delete.confirm', [$vv_obj->id]),
'dg_confirm_btn' => __d('operation', 'remove')
'dg_confirm_btn' => __d('operation', 'delete')
]
];
}
Expand Down

0 comments on commit c8bacf7

Please sign in to comment.