]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update option separator
authorChristopher Ng <chrng8@gmail.com>
Tue, 17 Aug 2021 23:04:25 +0000 (23:04 +0000)
committerChristopher Ng <chrng8@gmail.com>
Fri, 27 Aug 2021 05:06:12 +0000 (05:06 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/components/PersonalInfo/LanguageSection/Language.vue

index df847e874425c508166d629aed3b4912fcb345c4..9e964eb8e3ab152fc24a3bbe4d4d46c860ccf12b 100644 (file)
@@ -34,7 +34,9 @@
                                :value="commonLanguage.code">
                                {{ commonLanguage.name }}
                        </option>
-                       <optgroup label="––––––––––" />
+                       <option disabled>
+                               ──────────
+                       </option>
                        <option v-for="otherLanguage in otherLanguages"
                                :key="otherLanguage.code"
                                :selected="language.code === otherLanguage.code"