aboutsummaryrefslogtreecommitdiff
path: root/src/popup/popup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup/popup.tsx')
-rw-r--r--src/popup/popup.tsx12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx
index 697162cab..d85395625 100644
--- a/src/popup/popup.tsx
+++ b/src/popup/popup.tsx
@@ -239,9 +239,15 @@ class WalletBalanceView extends React.Component<any, any> {
help
</ExtensionLink>
);
- return <div>You have no balance to show. Need some
- {" "}{helpLink}{" "}
- getting started?</div>;
+ return (
+ <div>
+ <i18n.Translate>
+ You have no balance to show. Need some
+ {" "}{helpLink}{" "}
+ getting started?
+ </i18n.Translate>
+ </div>
+ );
}
formatPending(entry: WalletBalanceEntry): JSX.Element {