[Clinet] Fix i18n

This commit is contained in:
syuilo 2018-11-11 19:10:15 +09:00
parent 15a2881083
commit 72cbab6514
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -322,7 +322,7 @@ export default Vue.extend({
});
break;
default:
alert(`%i18n:@unhandled-error% ${err}`);
alert(this.$t('unhandled-error'));
}
});
}