diff options
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index c1e429c73..5c22198c8 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -760,7 +760,12 @@ export function DesktopLeftNav() { width={NAV_ICON_WIDTH} /> } - label={_(msg`Saved`)} + label={_( + msg({ + message: 'Saved', + context: 'link to bookmarks screen', + }), + )} /> <NavItem href={currentAccount ? makeProfileLink(currentAccount) : '/'} |