Skip to content

Commit

Permalink
fix: revoke copy
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Dec 28, 2023
1 parent f3116e6 commit 0b4c477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/en-us/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,15 @@ export default {
column_description_asset_type: 'asset type (collectible or token)',
column_description_updated: 'date of last allowance update',
you_own: 'You own {asset}',
revoke_all_checkbox_aria_label: 'Toggle revoke selection for all allowances shown (revoke selected allowances by clicking Revoke Selected button)',
revoke_checkbox_aria_label: 'Toggle revoke selection for {token} allowance for spender {spender} (revoke all selected allowances by clicking Revoke Selected button)',
revoke_all_checkbox_aria_label: 'Toggle revoke selection for all allowances shown (revoke selected allowances by clicking \'Revoke Selected\' button)',
revoke_checkbox_aria_label: 'Toggle revoke selection for {token} allowance for spender {spender} (revoke all selected allowances by clicking \'Revoke Selected\' button)',
edit_allowance_aria_label: 'Edit {token} allowance for spender {spender}',
edit_modal_description: 'Define new token allowance for spender',
entire_collection: 'Entire Collection',
token_amount_input_label: 'Token Amount',
erc_721_single_allowance_blurb: 'Note: there may only be up to one approved spender for this type of collectible (ERC-721). Making a change here will revoke the previous approval.',
revoking_allowances_title: 'Revoking {total} allowances ({remaining} remaining)',
revoking_allowances_description: 'Please wait while we revoke the selected allowances. You will need to approve each transaction in your wallet.',
revoking_allowances_title: 'Revoking {total} allowance(s) ({remaining} remaining)',
revoking_allowances_description: 'Please wait while we revoke the selected allowance(s). You will need to approve each transaction in your wallet.',
revoking_allowances_cancel_note: 'Note: clicking \'Cancel\' will not cancel transactions which have already been approved. Any pending transaction(s) must be cancelled in your wallet.',
},
notification:{
Expand Down

0 comments on commit 0b4c477

Please sign in to comment.