Skip to content

Commit

Permalink
Update tooltip copy
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Aug 22, 2024
1 parent b6b8839 commit e0713a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/_locales/en/messages.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const SpendingCap = () => {

return (
<ConfirmInfoSection>
<ConfirmInfoRow label={t('accountBalance')} tooltip={'Ask Barbara'}>
<ConfirmInfoRow label={t('accountBalance')}>
<ConfirmInfoRowText
text={`${receivedToken.string} ${receivedToken.symbol}`}
/>
Expand All @@ -137,7 +137,10 @@ const SpendingCap = () => {
<>
<ConfirmInfoRowDivider />

<ConfirmInfoRow label={t('spendingCap')} tooltip={'Ask Barbara'}>
<ConfirmInfoRow
label={t('spendingCap')}
tooltip={t('spendingCapTooltipDesc')}
>
{tokenAmount === t('unlimited') ? (
<Tooltip title={formattedTokenNum}>
<ConfirmInfoRowText
Expand Down

0 comments on commit e0713a6

Please sign in to comment.