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 | 45993fadcc7a4e40acfb75bd0baa19c1354395da (patch) | |
tree | 08e716275442f530382735480159926dd51c7fcc /Timeline/ClientApp/src/app/locales/scheme.ts | |
parent | 1f6c3002791a0d4399171e87f3eeb9df0cce930a (diff) | |
download | timeline-45993fadcc7a4e40acfb75bd0baa19c1354395da.tar.gz timeline-45993fadcc7a4e40acfb75bd0baa19c1354395da.tar.bz2 timeline-45993fadcc7a4e40acfb75bd0baa19c1354395da.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; |