Rename pl-fe config menu entry

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-06 13:29:26 +02:00
parent 82d9edc7aa
commit 1421645d19
3 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ const Dashboard: React.FC = () => {
{account.is_admin && (
<ListItem
to='/pl-fe/config'
label={<FormattedMessage id='navigation_bar.plfe_config' defaultMessage='pl-fe config' />}
label={<FormattedMessage id='navigation_bar.plfe_config' defaultMessage='Front-end configuration' />}
/>
)}

View File

@ -31,7 +31,7 @@ import PromoPanelInput from './components/promo-panel-input';
import SitePreview from './components/site-preview';
const messages = defineMessages({
heading: { id: 'column.plfe_config', defaultMessage: 'pl-fe config' },
heading: { id: 'column.plfe_config', defaultMessage: 'Front-end configuration' },
saved: { id: 'plfe_config.saved', defaultMessage: 'pl-fe config saved!' },
copyrightFooterLabel: { id: 'plfe_config.copyright_footer.meta_fields.label_placeholder', defaultMessage: 'Copyright footer' },
cryptoDonatePanelLimitLabel: { id: 'plfe_config.crypto_donate_panel_limit.meta_fields.limit_placeholder', defaultMessage: 'Number of items to display in the crypto homepage widget' },

View File

@ -403,7 +403,7 @@
"column.mutes": "Mutes",
"column.notifications": "Notifications",
"column.pins": "Pinned posts",
"column.plfe_config": "pl-fe config",
"column.plfe_config": "Front-end configuration",
"column.preferences": "Preferences",
"column.public": "Fediverse timeline",
"column.quotes": "Post quotes",
@ -1097,7 +1097,7 @@
"navigation_bar.in_reply_to": "In reply to",
"navigation_bar.logout": "Logout",
"navigation_bar.mutes": "Mutes",
"navigation_bar.plfe_config": "pl-fe config",
"navigation_bar.plfe_config": "Front-end configuration",
"navigation_bar.preferences": "Preferences",
"navigation_bar.profile_directory": "Profile directory",
"new_event_panel.action": "Create event",