Merge pull request #408 from meshtastic/connection-sleep

Issue #392 - fix connected but sleeping text to reflect actual device state
This commit is contained in:
Andre Kirchhoff 2022-04-07 23:53:05 -03:00 committed by GitHub
commit caae04c2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 21 additions and 19 deletions

View file

@ -57,7 +57,7 @@
<string name="update_firmware">Update Firmware</string>
<string name="connected">Connected to radio</string>
<string name="connected_to">Connected to radio (%s)</string>
<string name="not_connected">Not connected, select radio below</string>
<string name="not_connected">Not connected</string>
<string name="connected_sleeping">Connected to radio, but it is sleeping</string>
<string name="update_to">Update to %s</string>
<string name="app_too_old">Application update required</string>