From e48e5a5652afd51975fad7cf0d79e670afba0dd2 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 15 Jan 2023 13:23:28 -0600 Subject: [PATCH] Delete unnecessary placeholder locale --- app/soapbox/features/soapbox-config/index.tsx | 3 +-- app/soapbox/locales/en.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/soapbox/features/soapbox-config/index.tsx b/app/soapbox/features/soapbox-config/index.tsx index 04f368d0d..b700e6401 100644 --- a/app/soapbox/features/soapbox-config/index.tsx +++ b/app/soapbox/features/soapbox-config/index.tsx @@ -55,7 +55,6 @@ const messages = defineMessages({ tileServerAttributionLabel: { id: 'soapbox_config.tile_server_attribution_label', defaultMessage: 'Map tiles attribution' }, redirectRootNoLoginLabel: { id: 'soapbox_config.redirect_root_no_login_label', defaultMessage: 'Redirect homepage' }, redirectRootNoLoginHint: { id: 'soapbox_config.redirect_root_no_login_hint', defaultMessage: 'Path to redirect the homepage when a user is not logged in.' }, - redirectRootNoLoginPlaceholder: { id: 'soapbox_config.redirect_root_no_login_placeholder', defaultMessage: '/timeline/local' }, }); type ValueGetter = (e: React.ChangeEvent) => any; @@ -285,7 +284,7 @@ const SoapboxConfig: React.FC = () => { > e.target.value)} /> diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 242f95d24..af571abf8 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -1200,7 +1200,6 @@ "soapbox_config.raw_json_label": "Advanced: Edit raw JSON data", "soapbox_config.redirect_root_no_login_hint": "Path to redirect the homepage when a user is not logged in.", "soapbox_config.redirect_root_no_login_label": "Redirect homepage", - "soapbox_config.redirect_root_no_login_placeholder": "/timeline/local", "soapbox_config.save": "Save", "soapbox_config.saved": "Soapbox config saved!", "soapbox_config.tile_server_attribution_label": "Map tiles attribution",