diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-02 19:03:31 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-02 19:03:31 +0900 |
| commit | 7b33c63f78eb87ce80fe5ed29af62860384415d9 (patch) | |
| tree | 27969fbead652090f31137b3a39d377bff582b71 /src/client/app/auth/script.ts | |
| parent | Refactoring (diff) | |
| download | sharkey-7b33c63f78eb87ce80fe5ed29af62860384415d9.tar.gz sharkey-7b33c63f78eb87ce80fe5ed29af62860384415d9.tar.bz2 sharkey-7b33c63f78eb87ce80fe5ed29af62860384415d9.zip | |
#332 (#2065)
Diffstat (limited to 'src/client/app/auth/script.ts')
| -rw-r--r-- | src/client/app/auth/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index fd985c46ad..bdfdf70be3 100644 --- a/src/client/app/auth/script.ts +++ b/src/client/app/auth/script.ts @@ -15,7 +15,7 @@ import Index from './views/index.vue'; * init */ init(launch => { - document.title = 'Misskey | アプリの連携'; + document.title = '%i18n:common.name% | %i18n:common.application-authorization%'; // Init router const router = new VueRouter({ |