summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/streaming
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-20 20:26:38 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-20 20:26:38 +0900
commitb20b9759350f5c0e8b6a668d010c45b4b7338ff0 (patch)
tree5754bd8c5f185febc51c75ae19abb5edbba72ec7 /src/client/app/common/scripts/streaming
parentFix bug (diff)
downloadsharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.gz
sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.bz2
sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.zip
Fix bug
Diffstat (limited to 'src/client/app/common/scripts/streaming')
-rw-r--r--src/client/app/common/scripts/streaming/home.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/streaming/home.ts b/src/client/app/common/scripts/streaming/home.ts
index 09d830bece..44d07e331a 100644
--- a/src/client/app/common/scripts/streaming/home.ts
+++ b/src/client/app/common/scripts/streaming/home.ts
@@ -62,7 +62,7 @@ export class HomeStream extends Stream {
// トークンが再生成されたとき
// このままではMisskeyが利用できないので強制的にサインアウトさせる
this.on('my_token_regenerated', () => {
- alert('%i18n:!common.my-token-regenerated%');
+ alert('%i18n:common.my-token-regenerated%');
os.signout();
});
}