mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 22:54:41 +08:00
FIX: do not show default locale option on site text customization (#14083)
This commit is contained in:
parent
2bf2d799c3
commit
cfc280676e
@ -24,10 +24,7 @@
|
|||||||
value=locale
|
value=locale
|
||||||
onChange=(action "updateLocale")
|
onChange=(action "updateLocale")
|
||||||
class="locale-search"
|
class="locale-search"
|
||||||
options=(hash
|
options=(hash filterable=true)
|
||||||
filterable=true
|
|
||||||
none="user.locale.default"
|
|
||||||
)
|
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user