You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en-US/admin/users/message.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
returnarray(
4
4
5
-
'accepted' => 'You have successfully accepted this asset.',
6
-
'declined' => 'You have successfully declined this asset.',
5
+
'accepted' => 'You have successfully accepted this item.',
6
+
'declined' => 'You have successfully declined this item.',
7
7
'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.',
8
8
'user_exists' => 'User already exists!',
9
9
'user_not_found' => 'User does not exist or you do not have permission view them.',
0 commit comments