Sort the notification list by name and remove translation keys of brand names or product names

This commit is contained in:
Louis Lam
2023-02-22 04:27:12 +08:00
parent 9ccaa4d120
commit de7df46aa8
4 changed files with 71 additions and 36 deletions

View File

@@ -16,7 +16,7 @@
<div class="mb-3">
<label for="gorush-platform" class="form-label">{{ $t("Platform") }}</label><span style="color: red;"><sup>*</sup></span>
<select id="gorush-platform" v-model="$parent.notification.gorushPlatform" class="form-select">
<option value="ios">{{ $t("iOS") }}</option>
<option value="ios">iOS</option>
<option value="android">{{ $t("Android") }}</option>
<option value="huawei">{{ $t("Huawei") }}</option>
</select>