Kaynağa Gözat

[FIX] string

Gogs 7 yıl önce
ebeveyn
işleme
c07a562d5c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/components/steps/PaymentAmount.vue

+ 2 - 2
src/components/steps/PaymentAmount.vue

@@ -13,11 +13,11 @@
                 label.form-label Monto a Pagar
                 input.form-input(:value='cartTotal | currency(...selectedCurrency)' readonly)
             .form-item
-                label.form-label Monto Recibido
+                label.form-label Monto Entregado
                 input.form-input(v-model='amountReceived' autofocus)
             .form-item(v-show="paymentType === 'cash'")
                 hr
-                label.form-label Monto a Devolver
+                label.form-label Monto a Recibir
                 input.form-input(:value='paymentResidual | currency(...selectedCurrency)' readonly)
             .form-item-table(v-show="paymentType === 'credit'")
                 table