summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-04 20:52:36 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-12 22:08:28 +0300
commit2932165f02e5aa9241c080b188a0df9fea297775 (patch)
treefd2f420ffcd0c518ffa589edc958937ae7eb8a94 /src/locales
parent34354313bb876bc2405bc661af312e0254bdaea2 (diff)
downloadwebui-vue-2932165f02e5aa9241c080b188a0df9fea297775.tar.xz
Add confirmation modal on local user table
Adds a delete confirmation modal when user attempting batch delete action from local user table. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I33f77cb55ceedad8a724a9d3f4b37d12c6d6687e
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 2db669b8..5824e5fa 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -146,13 +146,14 @@
"pageLocalUserManagement": {
"accountPolicySettings": "Account policy settings",
"addUser": "Add user",
- "deleteUser": "Delete user",
+ "deleteUser": "Delete user | Delete users",
"editUser": "Edit user",
"viewPrivilegeRoleDescriptions": "View privilege role descriptions",
"modal": {
"accountLocked": "Account locked",
"accountStatus": "Account status",
"automaticAfterTimeout": "Automatic after timeout",
+ "batchDeleteConfirmMessage": "Are you sure you want to delete %{count} user? This action cannot be undone. | Are you sure you want to delete %{count} users? This action cannot be undone.",
"cannotStartWithANumber": "Cannot start with a number",
"clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
"confirmUserPassword": "Confirm user password",