summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-10-08 18:17:39 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-21 00:34:04 +0300
commitdd6aa0aa8f12426c681f5991f2e9a21b379e86c3 (patch)
tree3297232b18559392eb193068022ce6d99412e227 /src/locales/en-US.json
parenta11cedb53a540b7455a8169b74b62009b5982b7d (diff)
downloadwebui-vue-dd6aa0aa8f12426c681f5991f2e9a21b379e86c3.tar.xz
Show error toast notification on unauthorized access
-When 403 status code which is an unauthorized access occured -show error toast notification. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I55fa7052073f87f28c3584b68fd4e84247a4237e
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 7803cac9..7a4672d6 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -72,6 +72,10 @@
"selectedItems":"%{filterCount} of %{count} items",
"toDate": "To date",
"viewAll": "View all"
+ },
+ "toast": {
+ "unAuthTitle": "Unauthorized",
+ "unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
}
},
"appHeader": {
@@ -134,7 +138,6 @@
"serverPowerOperations": "Server power operations",
"snmpSettings": "SNMP settings",
"sslCertificates": "SSL certificates",
- "unauthorized": "Unauthorized",
"virtualMedia": "Virtual media"
},
"pageChangePassword": {
@@ -645,9 +648,6 @@
"successReplaceCertificate": "Successfully replaced %{certificate}."
}
},
- "pageUnauthorized": {
- "description": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
- },
"pageVirtualMedia": {
"configureConnection": "Configure Connection",
"defaultDeviceName": "Virtual media device",