diff --git a/locales/en/index.yml b/locales/en/index.yml index 35c25d36258..f4002944eea 100644 --- a/locales/en/index.yml +++ b/locales/en/index.yml @@ -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 diff --git a/locales/it/index.yml b/locales/it/index.yml index 4750b3a56d2..a7a1244c3ca 100644 --- a/locales/it/index.yml +++ b/locales/it/index.yml @@ -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 diff --git a/ts/features/bonus/common/components/BonusInformationComponent.tsx b/ts/features/bonus/common/components/BonusInformationComponent.tsx index 0d3de5e6550..2098841225f 100644 --- a/ts/features/bonus/common/components/BonusInformationComponent.tsx +++ b/ts/features/bonus/common/components/BonusInformationComponent.tsx @@ -110,9 +110,7 @@ const BonusInformationComponent: React.FunctionComponent = 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) =>