Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit c1c4d3b

Browse files
remove additional full stop (#6685)
1 parent 9185920 commit c1c4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/pages/cashier/deposit_withdraw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const DepositWithdraw = (() => {
264264
if (/cashier_locked/.test(response_get_account_status.get_account_status.status)) {
265265
if (/system_maintenance/.test(response_get_account_status.get_account_status.cashier_validation)) {
266266
if (is_crypto) {
267-
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..'));
267+
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.'));
268268
} else {
269269
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.'));
270270
}

0 commit comments

Comments
 (0)