diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-16 07:07:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-16 07:07:32 +0900 |
| commit | 08ce6b895cb437e7bc9e1f816cec2119dd3299e0 (patch) | |
| tree | 107b93bbda446fbd44afbb1854c891b3bfaf5573 /src/client/app/common/scripts/streaming | |
| parent | Fix #1483 (diff) | |
| download | sharkey-08ce6b895cb437e7bc9e1f816cec2119dd3299e0.tar.gz sharkey-08ce6b895cb437e7bc9e1f816cec2119dd3299e0.tar.bz2 sharkey-08ce6b895cb437e7bc9e1f816cec2119dd3299e0.zip | |
Fix bug
Diffstat (limited to 'src/client/app/common/scripts/streaming')
| -rw-r--r-- | src/client/app/common/scripts/streaming/home.ts | 2 |
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 e085801e15..73f2c5302c 100644 --- a/src/client/app/common/scripts/streaming/home.ts +++ b/src/client/app/common/scripts/streaming/home.ts @@ -30,7 +30,7 @@ export class HomeStream extends Stream { // トークンが再生成されたとき // このままではAPIが利用できないので強制的にサインアウトさせる this.on('my_token_regenerated', () => { - alert('%i18n:common.my-token-regenerated%'); + alert('%i18n:!common.my-token-regenerated%'); os.signout(); }); } |