redirectRootNoLogin: improve phrasing
This commit is contained in:
parent
3e2fe59bfd
commit
0bff56a9a8
|
@ -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.' },
|
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' },
|
tileServerLabel: { id: 'soapbox_config.tile_server_label', defaultMessage: 'Map tile server' },
|
||||||
tileServerAttributionLabel: { id: 'soapbox_config.tile_server_attribution_label', defaultMessage: 'Map tiles attribution' },
|
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)' },
|
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 a user to from the homepage when he is not logged in.' },
|
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' },
|
redirectRootNoLoginPlaceholder: { id: 'soapbox_config.redirect_root_no_login_placeholder', defaultMessage: '/timeline/local' },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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_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_invalid": "is invalid",
|
||||||
"soapbox_config.raw_json_label": "Advanced: Edit raw JSON data",
|
"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_hint": "Path to redirect the homepage when a user is not logged in.",
|
||||||
"soapbox_config.redirect_root_no_login_label": "Redirect root (no login)",
|
"soapbox_config.redirect_root_no_login_label": "Redirect homepage",
|
||||||
"soapbox_config.redirect_root_no_login_placeholder": "/timeline/local",
|
"soapbox_config.redirect_root_no_login_placeholder": "/timeline/local",
|
||||||
"soapbox_config.save": "Save",
|
"soapbox_config.save": "Save",
|
||||||
"soapbox_config.saved": "Soapbox config saved!",
|
"soapbox_config.saved": "Soapbox config saved!",
|
||||||
|
|
Loading…
Reference in New Issue