소스 검색

[FIX] string

Gogs 7 년 전
부모
커밋
c07a562d5c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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