|
@@ -1,5 +1,6 @@
|
|
const userTrans = {
|
|
const userTrans = {
|
|
- createTitle: 'Create user',
|
|
|
|
|
|
+ createTitle: 'Create 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 delete user. This action cannot be undone.',
|
|
oldPassword: 'Current Password',
|
|
oldPassword: 'Current Password',
|
|
@@ -7,6 +8,8 @@ const userTrans = {
|
|
confirmPassword: 'Confirm Password',
|
|
confirmPassword: 'Confirm Password',
|
|
update: 'Update password',
|
|
update: 'Update password',
|
|
isNotSame: 'Confirm password is not same as new password',
|
|
isNotSame: 'Confirm password is not same as new password',
|
|
|
|
+ deleteTip:
|
|
|
|
+ 'Please select at least one item to delete and root can not be deleted.',
|
|
};
|
|
};
|
|
|
|
|
|
export default userTrans;
|
|
export default userTrans;
|