diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:51:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:51:00 +0900 |
| commit | 00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1 (patch) | |
| tree | 360b7b4607d7a6429d77f89d7b9c2c83374f51fa /src/client/scripts/please-login.ts | |
| parent | wip (diff) | |
| download | sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.tar.gz sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.tar.bz2 sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.zip | |
wip
Diffstat (limited to 'src/client/scripts/please-login.ts')
| -rw-r--r-- | src/client/scripts/please-login.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/scripts/please-login.ts b/src/client/scripts/please-login.ts index 1d27de2c7f..928f6ec0f4 100644 --- a/src/client/scripts/please-login.ts +++ b/src/client/scripts/please-login.ts @@ -6,7 +6,7 @@ export function pleaseLogin() { if ($i) return; dialog({ - title: i18n.global.t('signinRequired'), + title: i18n.locale.signinRequired, text: null }); |