diff --git a/.github/workflows/sync_crowdin_translations.yml b/.github/workflows/sync_crowdin_translations.yml index 62f3db97d5e1e..8d8bc2c0ba189 100644 --- a/.github/workflows/sync_crowdin_translations.yml +++ b/.github/workflows/sync_crowdin_translations.yml @@ -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: diff --git a/src/javascript/app/pages/user/metatrader/metatrader.ui.js b/src/javascript/app/pages/user/metatrader/metatrader.ui.js index 1ab535f568abb..16bd30240c53f 100644 --- a/src/javascript/app/pages/user/metatrader/metatrader.ui.js +++ b/src/javascript/app/pages/user/metatrader/metatrader.ui.js @@ -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.