mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
Remove invalid default option from language list (#1919)
This commit is contained in:
parent
c2b6338589
commit
28844a88c6
1 changed files with 0 additions and 3 deletions
|
@ -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