fix: replace Available Offline text with Downloaded to avoid confustion when the app is Offline
This commit is contained in:
parent
2d77bdb9b2
commit
75965203fc
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default () => {
|
|||
return
|
||||
}
|
||||
const upStatus = () => {
|
||||
setVersionStatus(`(${isLatest ? 'latest' : 'new version available'}${mainMenuState.serviceWorkerLoaded ? ' - Available Offline' : ''})`)
|
||||
setVersionStatus(`(${isLatest ? 'latest' : 'new version available'}${mainMenuState.serviceWorkerLoaded ? ', Downloaded' : ''})`)
|
||||
}
|
||||
subscribe(mainMenuState, upStatus)
|
||||
upStatus()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue