Skip to content

Commit

Permalink
Minor: Change "SaveAll" langvar to "SaveChanges"
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier authored Feb 9, 2025
1 parent ccbdf10 commit a0b4e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/admin/user_advanced_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@ function getUserData(userId) {
$tpl = new Template($tool_name);
$tpl->assign('actions', $toolbarActions);
$tpl->assign('message', $message);
$tpl->assign('content', $formContent . $fieldSelector . $tableResult . (!empty($users) ? '<button class="btn btn-success" id="saveAll">'.get_lang('SaveAll').'</button>' : ''));
$tpl->assign('content', $formContent . $fieldSelector . $tableResult . (!empty($users) ? '<button class="btn btn-success" id="saveAll">'.get_lang('SaveChanges').'</button>' : ''));
$tpl->display_one_col_template();

0 comments on commit a0b4e7f

Please sign in to comment.