Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0bce384
add automatic translation action (#6649)
ali-fs Jul 5, 2021
990a264
Al-amin/36621/added a survey Pop up for English, Spanish and Portugue…
alamin-deriv Jul 5, 2021
7ce5a0d
translations: 📚 sync translations with crowdin (#6652)
DerivFE Jul 5, 2021
00c93df
Prince/ Incorrect error message payment agent transfer (#6627)
prince-deriv Jul 6, 2021
5e46ff0
translations: 📚 sync translations with crowdin (#6656)
DerivFE Jul 6, 2021
022998e
Amina/invalid_characters_on_barriers_mobile (#6645)
amina-deriv Jul 6, 2021
1de8bf4
removed PA availability notice (#6639)
amina-deriv Jul 6, 2021
11ba843
percentage_updated (#6642)
amina-deriv Jul 6, 2021
a1dda25
translations: 📚 sync translations with crowdin (#6658)
DerivFE Jul 6, 2021
2187e05
translations: 📚 sync translations with crowdin (#6659)
DerivFE Jul 6, 2021
fa2d4f5
Akmal / Add responsiveness to last digit stats title (#6636)
akmal-deriv Jul 6, 2021
779b28e
Akmal / Disable purchase button when there is no trading (#6638)
akmal-deriv Jul 6, 2021
e4efedb
translations: 📚 sync translations with crowdin (#6660)
DerivFE Jul 6, 2021
8fe8ecd
Revert "Amina/invalid_characters_on_barriers_mobile (#6645)" (#6662)
mamali-fs Jul 8, 2021
2ad2c6d
translations: 📚 sync translations with crowdin (#6663)
DerivFE Jul 8, 2021
639be78
translations: 📚 sync translations with crowdin (#6664)
DerivFE Jul 8, 2021
1b80d95
Kevin/Account closure peding withdrawal(s) error message (#6620)
virtualpowwa Jul 12, 2021
8897d34
translations: 📚 sync translations with crowdin (#6671)
DerivFE Jul 12, 2021
71112a8
Hubert / Have to refresh MT5 dashboard twice when a server is down, t…
hubert-deriv Jul 13, 2021
594cbf0
translations: 📚 sync translations with crowdin (#6672)
DerivFE Jul 13, 2021
5310d6f
Amina/ social_icons_text_update (#6653)
amina-deriv Jul 13, 2021
a8c7ad3
Mahdiyeh/ add_stockes_and_indices_in_compare_mt5_accounts (#6644)
mahdiyeh-deriv Jul 13, 2021
ef6669a
Add Localize to strings (#6667)
mamali-fs Jul 13, 2021
912e06d
mitchell/modifing profit table alignment (#6613)
mitchell-deriv Jul 13, 2021
14a7155
translations: 📚 sync translations with crowdin (#6673)
DerivFE Jul 13, 2021
0b16b50
Hubert / Invalid unicode characters don't get validated in register e…
hubert-deriv Jul 13, 2021
2191071
translations: 📚 sync translations with crowdin (#6675)
DerivFE Jul 13, 2021
fe07457
[Staging] Remove survey pop up (#6676)
alamin-deriv Jul 14, 2021
2e513fa
translations: 📚 sync translations with crowdin (#6677)
DerivFE Jul 14, 2021
1061056
1
ali-fs Jul 15, 2021
ae4bf06
Merge branch 'master' into acation-1
ali-fs Jul 15, 2021
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
1 change: 1 addition & 0 deletions .github/workflows/sync_crowdin_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.0
with:
access_token: ${{ github.token }}

- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion src/javascript/app/pages/user/metatrader/metatrader.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ const MetaTraderUI = (() => {
const resetNewAccountForm = (response) => {
const should_reset_view = ['#view_3-buttons_reset_password', '#trading_password_reset_required'];
const normal_view = ['#trading_password_existing_user', '#view_3-buttons_existing_user', '#trading_password_input'];
const $hint = $('#trading_password_existing_user_validation_error');
const $hint = $('#trading_password_existing_us er_validation_error');
$('#trading_password').val('').focus();
$hint.setVisibility(0); // Make sure hint is hidden unless told otherwise
// We need to render a different form on this error.
Expand Down