Skip to content

Commit

Permalink
Localization: Fixed delete account redirection
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 6a03604 commit dcec658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
fill="#398FE6"
v-if="inProgress"
></progress-spinner>
<span v-else>Retry</span>
<span v-else>{{ $t('account.accountSettingsTab.retry') }}</span>
</button>
</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions src/themes/ivpn-v3/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,8 @@
"deleteAccountConfirmDesc": "To confirm permanent deletion of your account, please enter the following symbols in the field below:",
"cancel": "Cancel",
"warning": "Warning:",
"warningDesc": "this operation cannot be undone. Deleting your account will permanently remove data from our systems."


"warningDesc": "this operation cannot be undone. Deleting your account will permanently remove data from our systems.",
"retry": "Retry"
},
"payments":{
"paymentReceived": {
Expand Down
3 changes: 2 additions & 1 deletion src/themes/ivpn-v3/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@
"deleteAccountConfirmDesc": "Para confirmar la eliminación permanente de tu cuenta, por favor, introduce los siguientes símbolos en el campo de abajo:",
"cancel": "Cancelar",
"warning": "Aviso:",
"warningDesc": "Esta operación no se puede deshacer. Borrar tu cuenta eliminará permanentemente los datos de nuestros sistemas."
"warningDesc": "Esta operación no se puede deshacer. Borrar tu cuenta eliminará permanentemente los datos de nuestros sistemas.",
"retry": "Intentar de nuevo"
},
"payments":{
"paymentReceived": {
Expand Down

0 comments on commit dcec658

Please sign in to comment.