You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
* fix suspend cryptocashier notification
* align equals
* fix opening link in new window
* fix system maintanance error in cashier page
* fix cashier_blocked_status notification
* fix contents
* fix cashier_locked status function
cashier_locked : ()=>localize('Deposits and withdrawals have been disabled on your account. Please check your email for more details.'),
361
+
system_maintenance : ()=>buildMessageHref(localizeKeepPlaceholders('We’re updating our cashier system and it’ll be back online soon. Please see our [_1]status page[_2] for updates.'),'https://deriv.statuspage.io/'),
360
362
currency : ()=>buildMessage(localizeKeepPlaceholders('Please set the [_1]currency[_2] of your account.'),'user/set-currency'),
361
363
unsubmitted : ()=>buildMessage(localizeKeepPlaceholders('Please submit your [_1]proof of identity and proof of address[_2].'),'user/authenticate'),
362
364
expired : ()=>buildSpecificMessage(localizeKeepPlaceholders('Your [_1]proof of identity[_3] and [_2]proof of address[_3] have expired.'),[`<a href='${Url.urlFor('user/authenticate')}'>`,`<a href='${Url.urlFor('user/authenticate')}?authentication_tab=poa'>`,'</a>']),
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..'));
268
+
}else{
269
+
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.'));
0 commit comments