From 1421645d196746683522e8d879e2c3d8c9f4dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 6 Sep 2024 13:29:26 +0200 Subject: [PATCH] Rename pl-fe config menu entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/features/admin/tabs/dashboard.tsx | 2 +- packages/pl-fe/src/features/pl-fe-config/index.tsx | 2 +- packages/pl-fe/src/locales/en.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/pl-fe/src/features/admin/tabs/dashboard.tsx b/packages/pl-fe/src/features/admin/tabs/dashboard.tsx index 2be54faad..5203150ca 100644 --- a/packages/pl-fe/src/features/admin/tabs/dashboard.tsx +++ b/packages/pl-fe/src/features/admin/tabs/dashboard.tsx @@ -59,7 +59,7 @@ const Dashboard: React.FC = () => { {account.is_admin && ( } + label={} /> )} diff --git a/packages/pl-fe/src/features/pl-fe-config/index.tsx b/packages/pl-fe/src/features/pl-fe-config/index.tsx index 5c93bb30e..d528ac9b6 100644 --- a/packages/pl-fe/src/features/pl-fe-config/index.tsx +++ b/packages/pl-fe/src/features/pl-fe-config/index.tsx @@ -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' }, diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index 1c953b270..b6d2e200d 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -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",