fix RED-2656: show disconnected indicator

This commit is contained in:
Dan Percic 2021-11-10 00:55:19 +02:00
parent c3c6702360
commit ad43c74efd
3 changed files with 4 additions and 2 deletions

View File

@ -991,6 +991,7 @@
"generic": "Aktion mit Code {status} fehlgeschlagen"
},
"offline": "Du bist offline",
"online": "Du bist online",
"reload": "Neu laden",
"title": "Hoppla! Etwas ist schief gelaufen...",
"generic": "Okt."

View File

@ -908,7 +908,8 @@
"http": {
"generic": "Action failed with code {status}"
},
"offline": "You're offline",
"offline": "Disconnected",
"online": "Reconnected",
"reload": "Reload",
"title": "Oops! Something went wrong..."
},

@ -1 +1 @@
Subproject commit a81e22c083fb82bdf21713fb6f8e5adfd9b0638e
Subproject commit ca957326b3514c7bc158fd80c9f65d1967d431d0