From: Prachi Goel Date: Thu, 25 Jul 2024 09:18:23 +0000 (+0530) Subject: mgr/dashboard: Changes for Sign out text X-Git-Tag: v19.2.1~186^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af67dfb6c7ccce2f242691072cefbd67bca0470a;p=ceph.git mgr/dashboard: Changes for Sign out text Fixes: https://tracker.ceph.com/issues/67075 Signed-off-by: Prachi Goel (cherry picked from commit 039377fa2904c8537f3ec4d5effbdb4f4ac4a95a) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html Changed text from Sign out to Log out --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.po.ts index d4d2c692116a..6b4161d7a433 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.po.ts @@ -15,7 +15,7 @@ export class LoginPageHelper extends PageHelper { doLogout() { cy.get('cd-identity a').click(); - cy.contains('cd-identity span', 'Sign out').click(); + cy.contains('cd-identity span', 'Log out').click(); cy.get('cd-login').should('exist'); cy.location('hash').should('eq', '#/login'); } 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 61e0e0527fe6..74f896c4a74f 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 @@ -11,7 +11,7 @@
+ i18n>Logged in as {{ username }}