mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Clarified error message for restricted location permissions (#1974)
This error message is slightly misleading (related to #1778) currently, the user will get this error even if they have whitelisted the SSID. Co-authored-by: Simon Frei <freisim93@gmail.com>
This commit is contained in:
parent
705a4d7364
commit
57c79257d1
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@
|
|||
<string name="syncthing_disabled_reason_on_charger">Device is running on charger</string>
|
||||
<string name="syncthing_disabled_reason_powersaving">Device is in power-saving mode</string>
|
||||
<string name="syncthing_disabled_reason_android_sync_disabled">Global Synchronization is disabled</string>
|
||||
<string name="syncthing_disabled_reason_wifi_ssid_not_whitelisted">Current WiFi SSID is not whitelisted</string>
|
||||
<string name="syncthing_disabled_reason_wifi_ssid_not_whitelisted">Current WiFi SSID is not whitelisted or location permissions are restricted</string>
|
||||
<string name="syncthing_disabled_reason_wifi_is_metered">Current WiFi is metered</string>
|
||||
<string name="syncthing_disabled_reason_no_network_or_flightmode">No network connection or airplane mode enabled</string>
|
||||
<string name="syncthing_disabled_reason_no_mobile_connection">Not connected to mobile data</string>
|
||||
|
|
Loading…
Reference in a new issue