From 0939262eb621ade4fd059ad1b7ac93725f6f50f8 Mon Sep 17 00:00:00 2001 From: mahdiyeh-fs Date: Thu, 15 Jul 2021 12:50:56 +0430 Subject: [PATCH] remove additional full stop --- src/javascript/app/pages/cashier/deposit_withdraw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/javascript/app/pages/cashier/deposit_withdraw.js b/src/javascript/app/pages/cashier/deposit_withdraw.js index 34fc432949471..cbee75fe4c2ae 100644 --- a/src/javascript/app/pages/cashier/deposit_withdraw.js +++ b/src/javascript/app/pages/cashier/deposit_withdraw.js @@ -264,7 +264,7 @@ const DepositWithdraw = (() => { if (/cashier_locked/.test(response_get_account_status.get_account_status.status)) { if (/system_maintenance/.test(response_get_account_status.get_account_status.cashier_validation)) { if (is_crypto) { - showError('custom_error', localize('Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the cashier as soon as the maintenance is complete..')); + showError('custom_error', localize('Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the cashier as soon as the maintenance is complete.')); } else { showError('custom_error', localize('Our cashier is temporarily down due to system maintenance. You can access the cashier as soon as the maintenance is complete.')); }