Skip to content

Commit 10fe372

Browse files
committed
change labels to "relay settings"
1 parent 9fc0535 commit 10fe372

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
2727
},
2828
{
2929
title: 'common.relay-settings',
30-
key: 'storage-settings',
31-
url: '/storage-settings',
30+
key: 'relay-settings',
31+
url: '/relay-settings',
3232
icon: <StorageSettingsIcon />,
3333
},
3434
{

src/components/router/AppRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Logout = React.lazy(() => import('./Logout'));
6969

7070
export const NFT_DASHBOARD_PATH = '/';
7171
export const MEDICAL_DASHBOARD_PATH = '/medical-dashboard';
72-
export const RELAY_SETTINGS_PATH = '/storage-settings';
72+
export const RELAY_SETTINGS_PATH = '/relay-settings';
7373
export const TABLES_PAGE_PATH = '/nostr-stats';
7474

7575
const MedicalDashboard = withLoading(MedicalDashboardPage);

src/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"copied": "Copied to clipboard",
225225
"copy": "Copy",
226226
"country": "Country",
227-
"customizeRelaySettings": "Storage Settings",
227+
"customizeRelaySettings": "Relay Settings",
228228
"nft-dashboard": "Relay Dashboard",
229229
"medical-dashboard": "Medical Dashboard",
230230
"dataDisplay": "Data display",
@@ -299,7 +299,7 @@
299299
"radio": "Radio",
300300
"rate": "Rate",
301301
"reactSimpleMaps": "React Simple Maps",
302-
"relay-settings": "Storage Settings",
302+
"relay-settings": "Relay Settings",
303303
"relay-stats": "Relay Stats",
304304
"requiredField": "This field is required!",
305305
"resetPassword": "Reset password",

src/pages/RelaySettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ const RelaySettingsPage: React.FC = () => {
925925
<S.LabelSpan>{'Options'}</S.LabelSpan>
926926
</S.HeadingContainer>
927927
<Collapse style={{ padding: '1rem 0 1rem 0', margin: '0 0 1rem 0' }} bordered={false}>
928-
<StyledPanel header={'Network Options'} key="protocol" className="centered-header">
928+
<StyledPanel header={'Network Rules'} key="protocol" className="centered-header">
929929
<S.Card>
930930
<BaseCol span={24}>
931931
<div style={{ display: 'flex', flexDirection: 'column', marginBottom: '1rem' }}>

0 commit comments

Comments
 (0)