Skip to content

Commit

Permalink
Localization: Final QA bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Jun 13, 2024
1 parent 1360952 commit fdf7668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div v-if="!inProgress">
<p v-if="error" style="color: red;" v-html="error.message"></p>
<p>
Automatic recurring payment failed on {{ $t('account.accountSettingsTab.recurringFailed') }}
{{ $t('account.accountSettingsTab.recurringFailedOn') }}
<b>{{ $filters.formatDate(account.subscription.last_payment.date) }}</b>
(${{account.subscription.last_payment.amount}})
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/themes/ivpn-v3/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"paidUntil":"Pagado hasta",
"wasActiveUntil": " Estaba activo hasta",
"lastPayment": "Último pago",
"recurringFailedOn": "El pago automático recurrente falló el",
"recurringFailedOn": "El pago automático recurrente falló el ",
"pleaseCheck": "Por favor, revisa o actualiza tu método de pago e inténtalo de nuevo.",
"processingPayment": "Procesando pago",
"extendYourAccount": "Recarga tu cuenta",
Expand Down

0 comments on commit fdf7668

Please sign in to comment.