diff options
author | crupest <crupest@outlook.com> | 2020-06-12 15:42:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-12 15:42:08 +0800 |
commit | 3b7ebc77d9abd0bcdbc78788623b3dd019e8ea80 (patch) | |
tree | d36955309e84a219f50f14ce27a5ea5c263f7bbb /Timeline/ClientApp/src/app/locales/scheme.ts | |
parent | 41825ea3d063ebf5a1dca562e4bd048d647409e1 (diff) | |
download | timeline-3b7ebc77d9abd0bcdbc78788623b3dd019e8ea80.tar.gz timeline-3b7ebc77d9abd0bcdbc78788623b3dd019e8ea80.tar.bz2 timeline-3b7ebc77d9abd0bcdbc78788623b3dd019e8ea80.zip |
feat(front): 2 enhance on app upgrade.
1. Other pages show alert to refresh when a page confirm upgrade.
2. Upgrade success alert.
Diffstat (limited to 'Timeline/ClientApp/src/app/locales/scheme.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/locales/scheme.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/locales/scheme.ts b/Timeline/ClientApp/src/app/locales/scheme.ts index 0a8ce278..13d555d5 100644 --- a/Timeline/ClientApp/src/app/locales/scheme.ts +++ b/Timeline/ClientApp/src/app/locales/scheme.ts @@ -5,8 +5,11 @@ export default interface TranslationResource { loadImageError: string; serviceWorker: { availableOffline: string; - upgradeTitle: string; + upgradePrompt: string; upgradeNow: string; + upgradeSuccess: string; + externalActivatedPrompt: string; + reloadNow: string; }; nav: { settings: string; |