From 34354313bb876bc2405bc661af312e0254bdaea2 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 6 May 2020 09:34:08 -0700 Subject: Add translation to Unauthorized page - Swapped container
for boostrap container Signed-off-by: Yoshie Muranaka Change-Id: Ie3f8539fc4b1e3496d77277319f77a9b51574885 --- src/locales/en-US.json | 3 +++ src/views/Unauthorized/Unauthorized.vue | 16 ++++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 8da54fd1..2db669b8 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -353,6 +353,9 @@ "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." + }, "countries": { "AF":"Afghanistan", "AL":"Albania", diff --git a/src/views/Unauthorized/Unauthorized.vue b/src/views/Unauthorized/Unauthorized.vue index d4203598..ee34f26c 100644 --- a/src/views/Unauthorized/Unauthorized.vue +++ b/src/views/Unauthorized/Unauthorized.vue @@ -1,20 +1,12 @@ -- cgit v1.2.3