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 {
-
- Logging Out…
-
+
+
+
+