diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-03 23:01:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-03 23:01:14 +0900 |
| commit | e66ec6823d42fe8cc9267be6ea13422e929d989f (patch) | |
| tree | 8124d05bada0ecb4466796a8ae373b634104b224 /src/client/app/auth/script.ts | |
| parent | New translations ja.yml (English) (diff) | |
| parent | :pizza: (diff) | |
| download | misskey-e66ec6823d42fe8cc9267be6ea13422e929d989f.tar.gz misskey-e66ec6823d42fe8cc9267be6ea13422e929d989f.tar.bz2 misskey-e66ec6823d42fe8cc9267be6ea13422e929d989f.zip | |
Merge branch 'master' into l10n_master
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({ |