summaryrefslogtreecommitdiff
path: root/src/client/app/auth/script.ts
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-02 19:03:31 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-02 19:03:31 +0900
commit7b33c63f78eb87ce80fe5ed29af62860384415d9 (patch)
tree27969fbead652090f31137b3a39d377bff582b71 /src/client/app/auth/script.ts
parentRefactoring (diff)
downloadsharkey-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.ts2
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({