Skip to content

Commit

Permalink
Fix string spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam committed Sep 21, 2023
1 parent 4e5b98e commit 6919f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const NftMorePopup = (props: Props) => {
{/* remove option */}
<PopupButton onClick={onRemoveNft}>
<ButtonIcon name='trash' />
<PopupButtonText>{getLocale('braveNdftsTabRemove')}</PopupButtonText>
<PopupButtonText>{getLocale('braveNftsTabRemove')}</PopupButtonText>
</PopupButton>
</Popup>
)
Expand Down
2 changes: 1 addition & 1 deletion components/brave_wallet_ui/stories/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ provideStrings({
braveNftsTabHide: 'Hide',
braveNftsTabUnhide: 'Unhide',
braveNftsTabEdit: 'Edit',
braveNdftsTabRemove: 'Don\'t show in wallet',
braveNftsTabRemove: 'Don\'t show in wallet',

// Add asset tabs
braveWalletAddAssetTokenTabTitle: 'Token',
Expand Down

0 comments on commit 6919f55

Please sign in to comment.