Skip to content

Commit

Permalink
Update notice and button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Jun 19, 2024
1 parent da7c5f3 commit f93fecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/components/account-balances/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ const AccountBalances: React.FC = () => {
{ sprintf(
__(
/* translators: %$1$s: Available instant deposit amount, %2$s: Instant deposit fee percentage */
'Instantly deposit %1$s and get funds in your bank account in 30 mins for a %2$s%% fee.',
/* 'Instantly deposit %1$s and get funds in your bank account in 30 mins for a %2$s%% fee.' */
'Get %1$s via instant deposit. Funds are typically in your bank account within 30 mins. Fee: %2$s%%.',
'woocommerce-payments'
),
formattedAmount,
Expand Down
2 changes: 1 addition & 1 deletion client/deposits/instant-deposits/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const InstantDepositButton: React.FC< InstantDepositButtonProps > = ( {
{ sprintf(
__(
/* translators: %s: Available instant deposit amount */
'Instantly deposit %s',
'Get %s now',
'woocommerce-payments'
),
formattedInstantBalanceAmount
Expand Down

0 comments on commit f93fecb

Please sign in to comment.