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
parent
commit
65a8cb5307
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/notifications/PromoSMS.vue

4
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")]) }}

Loading…
Cancel
Save