pl-fe: fix typo

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-16 22:34:13 +02:00
parent 589d205c0e
commit 48b8c15f45
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ const Preferences = () => {
{features.emojiReacts && standalone && (
<ListItem
label={<FormattedMessage id='preferences.fields.check_emoji_react_supports_label' defaultMessage='Check whether remote hosts support emoji reactions when reacting' />}
label={<FormattedMessage id='preferences.fields.check_emoji_react_supports_label' defaultMessage='Check whether remote hosts supports emoji reactions when reacting' />}
hint={<FormattedMessage id='preferences.fields.check_emoji_react_supports_hint' defaultMessage='This will expose your IP address to the instances youre interacting with.' />}
>
<SettingToggle settings={settings} settingPath={['checkEmojiReactsSupport']} onChange={onToggleChange} />

View File

@ -1277,7 +1277,7 @@
"preferences.fields.autoload_timelines_label": "Automatically load new posts when scrolled to the top of the page",
"preferences.fields.boost_modal_label": "Show confirmation dialog before reposting",
"preferences.fields.check_emoji_react_supports_hint": "This will expose your IP address to the instances youre interacting with.",
"preferences.fields.check_emoji_react_supports_label": "Check whether remote hosts support emoji reactions when reacting",
"preferences.fields.check_emoji_react_supports_label": "Check whether remote hosts supports emoji reactions when reacting",
"preferences.fields.content_type_label": "Default post format",
"preferences.fields.delete_modal_label": "Show confirmation dialog before deleting a post",
"preferences.fields.demetricator_label": "Hide social media counters",