Skip to content

Commit

Permalink
[CFDS] shontzu/CFDS-3347/Extra-space-in-TnC-checkbox-On-MT5-Jurisdict…
Browse files Browse the repository at this point in the history
…ion-Table (#16338)

* fix: deleted whitespace

* Chore: capitalisation
  • Loading branch information
shontzu-deriv committed Aug 13, 2024
1 parent 62f4914 commit 3b1880c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const JurisdictionCheckBox = observer(
const getCheckboxLabel = () => (
<Text as='p' align={is_mobile ? 'left' : 'center'} size='xxs' line_height='m'>
<Localize
i18n_default_text="I confirm and accept {{company}} 's <0>terms and conditions</0>"
i18n_default_text="I confirm and accept {{company}}'s <0>terms and conditions</0>"
values={{ company: DBVI_COMPANY_NAMES[jurisdiction_selected_shortcode].name }}
components={[
<StaticUrl
Expand Down

0 comments on commit 3b1880c

Please sign in to comment.