Preferences: "sensitive contnt" typofix

This commit is contained in:
Alex Gleason 2022-10-31 18:02:55 -05:00
parent 18f73aae7c
commit 20f47c72c9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -149,7 +149,7 @@ const Preferences = () => {
/> />
</ListItem> </ListItem>
<ListItem label={<FormattedMessage id='preferences.fields.media_display_label' defaultMessage='Sensitive contnt' />}> <ListItem label={<FormattedMessage id='preferences.fields.media_display_label' defaultMessage='Sensitive content' />}>
<SelectDropdown <SelectDropdown
items={displayMediaOptions} items={displayMediaOptions}
defaultValue={settings.get('displayMedia') as string | undefined} defaultValue={settings.get('displayMedia') as string | undefined}