diff --git a/src/themes/ivpn-v3/assets/js/views/Account/Settings/Billing.vue b/src/themes/ivpn-v3/assets/js/views/Account/Settings/Billing.vue
index 3022812e..330a6dfd 100644
--- a/src/themes/ivpn-v3/assets/js/views/Account/Settings/Billing.vue
+++ b/src/themes/ivpn-v3/assets/js/views/Account/Settings/Billing.vue
@@ -89,7 +89,7 @@
fill="#398FE6"
v-if="inProgress"
>
- Retry
+ {{ $t('account.accountSettingsTab.retry') }}
diff --git a/src/themes/ivpn-v3/locales/en.json b/src/themes/ivpn-v3/locales/en.json
index 0f310e8e..b334944a 100644
--- a/src/themes/ivpn-v3/locales/en.json
+++ b/src/themes/ivpn-v3/locales/en.json
@@ -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": {
diff --git a/src/themes/ivpn-v3/locales/es.json b/src/themes/ivpn-v3/locales/es.json
index 19a62096..d4d2f0ba 100644
--- a/src/themes/ivpn-v3/locales/es.json
+++ b/src/themes/ivpn-v3/locales/es.json
@@ -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": {