summaryrefslogtreecommitdiffstats
path: root/ui/src/components/setup.tsx
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-09 16:51:47 -0700
committerDessalines <happydooby@gmail.com>2019-08-09 16:51:47 -0700
commitd6ca5af85a5c489ff39fb9a23fa3b8779e92ecb5 (patch)
tree7ae3ad668a6fd272bac6c3bce34aeb08ab146338 /ui/src/components/setup.tsx
parent475b94add737034c5a9a276694507f9c4729f290 (diff)
Adding back end translations.
Diffstat (limited to 'ui/src/components/setup.tsx')
-rw-r--r--ui/src/components/setup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/setup.tsx b/ui/src/components/setup.tsx
index fbfb2e13..f11dc14e 100644
--- a/ui/src/components/setup.tsx
+++ b/ui/src/components/setup.tsx
@@ -135,7 +135,7 @@ export class Setup extends Component<any, State> {
parseMessage(msg: any) {
let op: UserOperation = msgOp(msg);
if (msg.error) {
- alert(msg.error);
+ alert(i18n.t(msg.error));
this.state.userLoading = false;
this.setState(this.state);
return;