Skip to content
Snippets Groups Projects
Commit 92bbbcc3 authored by Demian Katz's avatar Demian Katz
Browse files

Changed wording of confirm buttons.

- Added line to TagsController confirmation for greater clarity.
- Thanks to Brandon Uhlman for the suggestion.
parent 4637d72a
No related merge requests found
...@@ -198,8 +198,8 @@ confirm_delete_brief = "Delete Item?" ...@@ -198,8 +198,8 @@ confirm_delete_brief = "Delete Item?"
confirm_delete_list_brief = "Delete List?" confirm_delete_list_brief = "Delete List?"
confirm_delete_list_text = "Are you sure you want to delete this list?" confirm_delete_list_text = "Are you sure you want to delete this list?"
confirm_delete_tags_brief = "Delete Tags" confirm_delete_tags_brief = "Delete Tags"
confirm_dialog_no = "Cancel" confirm_dialog_no = "No"
confirm_dialog_yes = "Confirm" confirm_dialog_yes = "Yes"
confirm_hold_cancel_all_text = "Do you wish to cancel all your current holds?" confirm_hold_cancel_all_text = "Do you wish to cancel all your current holds?"
confirm_hold_cancel_selected_text = "Do you wish to cancel your selected holds?" confirm_hold_cancel_selected_text = "Do you wish to cancel your selected holds?"
confirm_ill_request_cancel_all_text = "Do you wish to cancel all your current interlibrary loan requests?" confirm_ill_request_cancel_all_text = "Do you wish to cancel all your current interlibrary loan requests?"
......
...@@ -231,6 +231,7 @@ class TagsController extends AbstractAdmin ...@@ -231,6 +231,7 @@ class TagsController extends AbstractAdmin
] ]
]; ];
} }
$messages[] = ['msg' => 'confirm_delete'];
return $messages; return $messages;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment