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