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

Suisin/Added Message in Pop Up #7181

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/javascript/app/pages/user/trading_reset_password.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ const TradingResetPassword = (() => {
} else {
Dialog.alert({
id : 'success_reset_trading_pw_dialog',
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'),
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'),
localized_title : localize('Success'),
ok_text : localize('Done'),
onConfirm : () => { BinaryPjax.load(Url.urlFor('user/metatrader')); },