From 494acb68d1651aad1e288ca49e78460cf323bb99 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Wed, 5 Jul 2023 11:56:16 +0100 Subject: [PATCH] First off... fix annoying `logging out` position --- shell/assets/translations/en-us.yaml | 3 +++ shell/pages/auth/logout.vue | 14 +++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index ad6b4266cb..52a15d2d3c 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -3020,6 +3020,9 @@ login: remember: label: Remember Username +logout: + message: Logging Out... + managementNode: customName: Custom Name diff --git a/shell/pages/auth/logout.vue b/shell/pages/auth/logout.vue index 9931f039fe..00d7af7e36 100644 --- a/shell/pages/auth/logout.vue +++ b/shell/pages/auth/logout.vue @@ -11,8 +11,16 @@ export default { +