Skip to content

Commit

Permalink
change labels to "relay settings"
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMarin committed Aug 30, 2024
1 parent 9fc0535 commit 10fe372
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/main/sider/sidebarNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
},
{
title: 'common.relay-settings',
key: 'storage-settings',
url: '/storage-settings',
key: 'relay-settings',
url: '/relay-settings',
icon: <StorageSettingsIcon />,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/router/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Logout = React.lazy(() => import('./Logout'));

export const NFT_DASHBOARD_PATH = '/';
export const MEDICAL_DASHBOARD_PATH = '/medical-dashboard';
export const RELAY_SETTINGS_PATH = '/storage-settings';
export const RELAY_SETTINGS_PATH = '/relay-settings';
export const TABLES_PAGE_PATH = '/nostr-stats';

const MedicalDashboard = withLoading(MedicalDashboardPage);
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"copied": "Copied to clipboard",
"copy": "Copy",
"country": "Country",
"customizeRelaySettings": "Storage Settings",
"customizeRelaySettings": "Relay Settings",
"nft-dashboard": "Relay Dashboard",
"medical-dashboard": "Medical Dashboard",
"dataDisplay": "Data display",
Expand Down Expand Up @@ -299,7 +299,7 @@
"radio": "Radio",
"rate": "Rate",
"reactSimpleMaps": "React Simple Maps",
"relay-settings": "Storage Settings",
"relay-settings": "Relay Settings",
"relay-stats": "Relay Stats",
"requiredField": "This field is required!",
"resetPassword": "Reset password",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/RelaySettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ const RelaySettingsPage: React.FC = () => {
<S.LabelSpan>{'Options'}</S.LabelSpan>
</S.HeadingContainer>
<Collapse style={{ padding: '1rem 0 1rem 0', margin: '0 0 1rem 0' }} bordered={false}>
<StyledPanel header={'Network Options'} key="protocol" className="centered-header">
<StyledPanel header={'Network Rules'} key="protocol" className="centered-header">
<S.Card>
<BaseCol span={24}>
<div style={{ display: 'flex', flexDirection: 'column', marginBottom: '1rem' }}>
Expand Down

0 comments on commit 10fe372

Please sign in to comment.