mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-25 18:36:24 +00:00
Remove invalid default option from language list (#1919)
This commit is contained in:
parent
5d4edf555e
commit
021677316d
|
@ -596,9 +596,6 @@ export class Settings extends Component<any, SettingsState> {
|
||||||
<option value="browser">
|
<option value="browser">
|
||||||
{I18NextService.i18n.t("browser_default")}
|
{I18NextService.i18n.t("browser_default")}
|
||||||
</option>
|
</option>
|
||||||
<option value="browser-compact">
|
|
||||||
{I18NextService.i18n.t("browser_default_compact")}
|
|
||||||
</option>
|
|
||||||
<option disabled aria-hidden="true">
|
<option disabled aria-hidden="true">
|
||||||
──
|
──
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Reference in a new issue