Skip to content

Commit 776cd43

Browse files
committed
Change text string for item (versus asset)
1 parent c68f81d commit 776cd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/en-US/admin/users/message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
return array(
44

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.',
77
'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.',
88
'user_exists' => 'User already exists!',
99
'user_not_found' => 'User does not exist or you do not have permission view them.',

0 commit comments

Comments
 (0)