summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-03-27 02:59:54 +0300
committerDerick Montague <derick.montague@ibm.com>2020-03-31 02:01:14 +0300
commit1f9ed4c310fe029b960b2ebf9c32e57c5d1498f3 (patch)
tree971c868c0ee2e6acbfc4fd79213afbf4dbfd7cff /src/locales
parent5ee04ef522612e27d6fef02154bf23e45076ceee (diff)
downloadwebui-vue-1f9ed4c310fe029b960b2ebf9c32e57c5d1498f3.tar.xz
Add local user account manual unlock
Adds ability to manually unlock user account if account service settings lockout duration set to 0. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I75351c5e03bd5403e8dc7679d8d98b90adb90277
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index adc11850..19b20824 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -85,9 +85,11 @@
"editUser": "Edit user",
"viewPrivilegeRoleDescriptions": "View privilege role descriptions",
"modal": {
+ "accountLocked": "Account locked",
"accountStatus": "Account status",
"automaticAfterTimeout": "Automatic after timeout",
"cannotStartWithANumber": "Cannot start with a number",
+ "clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
"confirmUserPassword": "Confirm user password",
"deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
"manual": "Manual",
@@ -97,6 +99,7 @@
"passwordsDoNotMatch": "Passwords do not match",
"privilege": "Privilege",
"timeoutDurationSeconds": "Timeout duration (seconds)",
+ "unlock": "Unlock",
"username": "Username",
"userPassword": "User password",
"userUnlockMethod": "User unlock method"