From b942da162a24f1192bcbcf6755570d14f253d118 Mon Sep 17 00:00:00 2001 From: Hima <131072934+Hima-Zinn@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:58:58 +0900 Subject: [PATCH] Fix: Some display issues (#2219) * Update LeftNav.tsx * Update RightNav.tsx --- src/view/shell/desktop/LeftNav.tsx | 3 +-- src/view/shell/desktop/RightNav.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 5d1c2a20f1..df6cb64999 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -409,7 +409,7 @@ export function DesktopLeftNav() { style={pal.text} /> } - label="Profile" + label={_(msg`Profile`)} /> ) : undefined} - + {hasSession && ( <>