Skip to content

Commit 6919f55

Browse files
committed
Fix string spelling
1 parent 4e5b98e commit 6919f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/brave_wallet_ui/components/desktop/views/portfolio/components/nft-more-popup/nft-more-popup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const NftMorePopup = (props: Props) => {
8181
{/* remove option */}
8282
<PopupButton onClick={onRemoveNft}>
8383
<ButtonIcon name='trash' />
84-
<PopupButtonText>{getLocale('braveNdftsTabRemove')}</PopupButtonText>
84+
<PopupButtonText>{getLocale('braveNftsTabRemove')}</PopupButtonText>
8585
</PopupButton>
8686
</Popup>
8787
)

components/brave_wallet_ui/stories/locale.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ provideStrings({
947947
braveNftsTabHide: 'Hide',
948948
braveNftsTabUnhide: 'Unhide',
949949
braveNftsTabEdit: 'Edit',
950-
braveNdftsTabRemove: 'Don\'t show in wallet',
950+
braveNftsTabRemove: 'Don\'t show in wallet',
951951

952952
// Add asset tabs
953953
braveWalletAddAssetTokenTabTitle: 'Token',

0 commit comments

Comments
 (0)