diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-11 19:10:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-11 19:10:15 +0900 |
| commit | 72cbab651432df3c92ad32bb54309dd435a0f6a1 (patch) | |
| tree | 7ff7a84a1f8e48060ae6c5ea1245c459fd07b48c /src/client | |
| parent | [API] Fix #3203 (diff) | |
| download | misskey-72cbab651432df3c92ad32bb54309dd435a0f6a1.tar.gz misskey-72cbab651432df3c92ad32bb54309dd435a0f6a1.tar.bz2 misskey-72cbab651432df3c92ad32bb54309dd435a0f6a1.zip | |
[Clinet] Fix i18n
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/drive.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/drive.vue b/src/client/app/desktop/views/components/drive.vue index 1e89aa9adf..08dbfd2fa9 100644 --- a/src/client/app/desktop/views/components/drive.vue +++ b/src/client/app/desktop/views/components/drive.vue @@ -322,7 +322,7 @@ export default Vue.extend({ }); break; default: - alert(`%i18n:@unhandled-error% ${err}`); + alert(this.$t('unhandled-error')); } }); } |