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.
constchange_text_for_iom=is_iom_client ? localize('deposit') : localize('deposit or create an MT5 account');
164
+
letlocalized_message='';
165
+
letlocalized_footnote='';
165
166
166
167
if(Currency.isCryptocurrency(currency)){
167
168
localized_message=localize('Are you sure you want to create your [_1] account now?',`<strong>${Currency.getCurrencyName(currency)} (${Currency.getCurrencyDisplayCode(currency)})</strong>`);
168
169
localized_footnote=`${localize('Note:')}${localize('You may open one account for each supported cryptocurrency.')}`;
169
170
}else{
170
171
localized_message=localize('Are you sure you want to create a fiat account in [_1]?',`${currency}`);
171
-
localized_footnote=`${localize('Note:')}${localize('You are limited to one fiat account. You can change the currency of your fiat account anytime before you make a first-time [_1]',`${is_iom_client ? 'deposit.' : 'deposit or create an MT5 account.'}`)}`;
172
+
localized_footnote=`${localize('Note:')}${localize('You are limited to one fiat account. You can change the currency of your fiat account anytime before you make a first-time [_1].',change_text_for_iom)}`;
0 commit comments