From 039377fa2904c8537f3ec4d5effbdb4f4ac4a95a Mon Sep 17 00:00:00 2001 From: Prachi Goel Date: Thu, 25 Jul 2024 14:48:23 +0530 Subject: [PATCH] mgr/dashboard: Changes for Sign out text Fixes: https://tracker.ceph.com/issues/67075 Signed-off-by: Prachi Goel --- .../src/app/core/navigation/identity/identity.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html index 871cb27a388..9d12d80b5ef 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html @@ -3,7 +3,7 @@
  • -
    Signed in as {{ username }} +
    Logged in as {{ username }}
  • @@ -22,7 +22,7 @@ class="cds--overflow-menu-options__btn" i18n>Sign out + size="16">Log out
  • -- 2.39.5