Skip to content

Commit

Permalink
fix(Android): [#175090703] CTA text not aligned in the Android Bonus_…
Browse files Browse the repository at this point in the history
…Request_Information screen (#2270)

* [#175090703] reduce button font size

* [#175090703] change bonus request cta label

Co-authored-by: fabriziofff <[email protected]>
Co-authored-by: Matteo Boschi <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2020
1 parent c6a0f5f commit c033df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ bonus:
checkBonusEligibility:
loading: Checking bonus eligibility
cta:
requestBonus: Request
requestBonus: Request Bonus
cancelRequest: Cancel the request
qrCode: QR code
copyCode: Code copy
Expand Down
2 changes: 1 addition & 1 deletion locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ bonus:
checkBonusEligibility:
loading: Verifico l'idoneità per l'accesso al bonus
cta:
requestBonus: Richiedi
requestBonus: Richiedi Bonus
cancelRequest: Annulla la richiesta
qrCode: QR code
copyCode: Copia codice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ const BonusInformationComponent: React.FunctionComponent<Props> = props => {
block: true,
primary: true,
onPress: props.onConfirm,
title: `${I18n.t("bonus.bonusVacanze.cta.requestBonus")} ${
bonusTypeLocalizedContent.name
}`
title: I18n.t("bonus.bonusVacanze.cta.requestBonus")
};

const handleModalPress = (tos: string) =>
Expand Down

0 comments on commit c033df4

Please sign in to comment.