|
@@ -2,14 +2,14 @@ const userTrans = {
|
|
createTitle: 'Create User',
|
|
createTitle: 'Create User',
|
|
updateTitle: 'Update User',
|
|
updateTitle: 'Update User',
|
|
user: 'User',
|
|
user: 'User',
|
|
- deleteWarning: 'You are trying to delete user. This action cannot be undone.',
|
|
|
|
|
|
+ deleteWarning: 'You are trying to drop user. This action cannot be undone.',
|
|
oldPassword: 'Current Password',
|
|
oldPassword: 'Current Password',
|
|
newPassword: 'New Password',
|
|
newPassword: 'New Password',
|
|
confirmPassword: 'Confirm Password',
|
|
confirmPassword: 'Confirm Password',
|
|
update: 'Update password',
|
|
update: 'Update password',
|
|
isNotSame: 'Not same as new password',
|
|
isNotSame: 'Not same as new password',
|
|
deleteTip:
|
|
deleteTip:
|
|
- 'Please select at least one item to delete and root can not be deleted.',
|
|
|
|
|
|
+ 'Please select at least one item to drop and root can not be dropped.',
|
|
};
|
|
};
|
|
|
|
|
|
export default userTrans;
|
|
export default userTrans;
|