Skip to content

Commit

Permalink
fix: change text
Browse files Browse the repository at this point in the history
  • Loading branch information
daledah committed Aug 23, 2024
1 parent 8032465 commit 0a26f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/CardListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function CardListItem<TItem extends ListItem>({
{!!item.lastFourPAN && (
<TextWithTooltip
shouldShowTooltip={showTooltip}
text={translate('subscription.cardSection.cardEnding', {cardNumber: item.lastFourPAN})}
text={`${translate('paymentMethodList.accountLastFour')} ${item.lastFourPAN}`}
style={[styles.textLabelSupporting, styles.lh16, styles.pre]}
/>
)}
Expand Down

0 comments on commit 0a26f6e

Please sign in to comment.