Browse Source
Merge pull request #738 from NixNotCastey/promosms
PromoSMS - Fixed values for sms type
Mikhail5555/feature/remote-header-auth^2
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/components/notifications/PromoSMS.vue
|
|
@ -10,8 +10,8 @@ |
|
|
|
<select id="promosms-type-sms" v-model="$parent.notification.promosmsSMSType" class="form-select"> |
|
|
|
<option value="0">{{ $t("promosmsTypeFlash") }}</option> |
|
|
|
<option value="1">{{ $t("promosmsTypeEco") }}</option> |
|
|
|
<option value="2">{{ $t("promosmsTypeFull") }}</option> |
|
|
|
<option value="3">{{ $t("promosmsTypeSpeed") }}</option> |
|
|
|
<option value="3">{{ $t("promosmsTypeFull") }}</option> |
|
|
|
<option value="4">{{ $t("promosmsTypeSpeed") }}</option> |
|
|
|
</select> |
|
|
|
<div class="form-text"> |
|
|
|
{{ $t("checkPrice", [$t("promosms")]) }} |
|
|
|