Skip to content

Commit 3e4ef1f

Browse files
committed
Update translations for navigation to use keys for Relay Dashboard and Access Control
1 parent 459185b commit 3e4ef1f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/layouts/main/sider/sidebarNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
3232
icon: <StorageSettingsIcon />,
3333
},
3434
{
35-
title: 'Access Control',
35+
title: 'common.access-control',
3636
key: 'blocked-pubkeys',
3737
url: '/blocked-pubkeys',
3838
icon: <StopOutlined />,

src/locales/en/translation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@
225225
"copy": "Copy",
226226
"country": "Country",
227227
"customizeRelaySettings": "Relay Settings",
228+
"relay-dashboard": "Relay Dashboard",
229+
"access-control": "Access Control",
228230
"nft-dashboard": "Relay Dashboard",
229231
"medical-dashboard": "Medical Dashboard",
230232
"media-manager": "Media Manager",

0 commit comments

Comments
 (0)