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

Commit 2659127

Browse files
committed
Added Message in Pop Up
1 parent 93ee692 commit 2659127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/pages/user/trading_reset_password.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const TradingResetPassword = (() => {
2020
} else {
2121
Dialog.alert({
2222
id : 'success_reset_trading_pw_dialog',
23-
localized_message: localize('You have a new MT5 password to log in to your [_1] accounts on the web and mobile apps.', isEuCountry() ? 'CFDs' : 'MT5'),
23+
localized_message: localize('You have a new MT5 password to log in to your [_1] accounts on the desktop, web and mobile apps.', isEuCountry() ? 'CFDs' : 'MT5'),
2424
localized_title : localize('Success'),
2525
ok_text : localize('Done'),
2626
onConfirm : () => { BinaryPjax.load(Url.urlFor('user/metatrader')); },

0 commit comments

Comments
 (0)