We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459185b commit 3e4ef1fCopy full SHA for 3e4ef1f
2 files changed
src/components/layouts/main/sider/sidebarNavigation.tsx
@@ -32,7 +32,7 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
32
icon: <StorageSettingsIcon />,
33
},
34
{
35
- title: 'Access Control',
+ title: 'common.access-control',
36
key: 'blocked-pubkeys',
37
url: '/blocked-pubkeys',
38
icon: <StopOutlined />,
src/locales/en/translation.json
@@ -225,6 +225,8 @@
225
"copy": "Copy",
226
"country": "Country",
227
"customizeRelaySettings": "Relay Settings",
228
+ "relay-dashboard": "Relay Dashboard",
229
+ "access-control": "Access Control",
230
"nft-dashboard": "Relay Dashboard",
231
"medical-dashboard": "Medical Dashboard",
232
"media-manager": "Media Manager",
0 commit comments