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

Commit 747c036

Browse files
committed
Added the before sentence
1 parent 520d361 commit 747c036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/common/account_opening.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const AccountOpening = (() => {
5656
}
5757

5858
CommonFunctions.elementTextContent(CommonFunctions.getElementById('lc-name'), lc_to_upgrade_to.name);
59-
CommonFunctions.elementTextContent(CommonFunctions.getElementById('lc-country'), lc_to_upgrade_to.country === 'Isle of Man' ? 'the Isle of Man' : lc_to_upgrade_to.country);
59+
CommonFunctions.elementTextContent(CommonFunctions.getElementById('lc-country'), lc_to_upgrade_to.shortcode === 'iom' ? `the ${lc_to_upgrade_to.country}` : lc_to_upgrade_to.country);
6060
if (getPropertyValue(landing_company, ['financial_company', 'shortcode']) === 'maltainvest') {
6161
professionalClient.init(is_financial, false);
6262
}

0 commit comments

Comments
 (0)