diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 20:26:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 20:26:38 +0900 |
| commit | b20b9759350f5c0e8b6a668d010c45b4b7338ff0 (patch) | |
| tree | 5754bd8c5f185febc51c75ae19abb5edbba72ec7 /src/client/app/common/scripts/check-for-update.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.gz sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.bz2 sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.zip | |
Fix bug
Diffstat (limited to 'src/client/app/common/scripts/check-for-update.ts')
| -rw-r--r-- | src/client/app/common/scripts/check-for-update.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/check-for-update.ts b/src/client/app/common/scripts/check-for-update.ts index 1e303017eb..b5ba6916d1 100644 --- a/src/client/app/common/scripts/check-for-update.ts +++ b/src/client/app/common/scripts/check-for-update.ts @@ -23,7 +23,7 @@ export default async function(mios: MiOS, force = false, silent = false) { } if (!silent) { - alert('%i18n:!common.update-available%'.replace('{newer}', newer).replace('{current}', current)); + alert('%i18n:common.update-available%'.replace('{newer}', newer).replace('{current}', current)); } return newer; |