diff --git a/app/soapbox/features/soapbox-config/index.tsx b/app/soapbox/features/soapbox-config/index.tsx index 761c34d59..a8ecf1a5a 100644 --- a/app/soapbox/features/soapbox-config/index.tsx +++ b/app/soapbox/features/soapbox-config/index.tsx @@ -53,8 +53,8 @@ const messages = defineMessages({ feedInjectionHint: { id: 'soapbox_config.feed_injection_hint', defaultMessage: 'Inject the feed with additional content, such as suggested profiles.' }, tileServerLabel: { id: 'soapbox_config.tile_server_label', defaultMessage: 'Map tile server' }, tileServerAttributionLabel: { id: 'soapbox_config.tile_server_attribution_label', defaultMessage: 'Map tiles attribution' }, - redirectRootNoLoginLabel: { id: 'soapbox_config.redirect_root_no_login_label', defaultMessage: 'Redirect root (no login)' }, - redirectRootNoLoginHint: { id: 'soapbox_config.redirect_root_no_login_hint', defaultMessage: 'Path to redirect a user to from the homepage when he is not logged in.' }, + 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' }, }); diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index f56507e02..242f95d24 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -1198,8 +1198,8 @@ "soapbox_config.raw_json_hint": "Edit the settings data directly. Changes made directly to the JSON file will override the form fields above. Click Save to apply your changes.", "soapbox_config.raw_json_invalid": "is invalid", "soapbox_config.raw_json_label": "Advanced: Edit raw JSON data", - "soapbox_config.redirect_root_no_login_hint": "Path to redirect a user to from the homepage when he is not logged in.", - "soapbox_config.redirect_root_no_login_label": "Redirect root (no login)", + "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!",