Skip to content

Commit

Permalink
"Shelley - Standard wallet" => "Standard wallet" (in nav plate only f…
Browse files Browse the repository at this point in the history
…or now)
  • Loading branch information
vsubhuman committed Sep 24, 2021
1 parent fc63f89 commit c2b75c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoroi-extension/app/components/topbar/NavPlate.js
Expand Up @@ -76,7 +76,7 @@ export default class NavPlate extends Component<Props> {
if (wallet instanceof Bip44Wallet) {
return globalMessages.byronLabel;
}
return globalMessages.shelleyLabel;
return undefined;
}

getType: ConceptualWallet => $Exact<$npm$ReactIntl$MessageDescriptor> = (wallet) => {
Expand Down

0 comments on commit c2b75c3

Please sign in to comment.