Skip to content

Commit

Permalink
feat(account): update strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Feb 2, 2024
1 parent 13db3c1 commit ec8de07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
<string name="notification_wifi_watcher_content">IVPN will automatically start when you connect to an untrusted Wi-Fi network</string>

<!--Dialogs-->
<string name="dialogs_force_logout_title">Server unreachable</string>
<string name="dialogs_force_logout_description">Unable to contact server to log out. Please check Internet connectivity. Do you want to force log out? This device will continue to count towards your device limit.</string>
<string name="dialogs_force_logout_title">Unable to contact server to log out</string>
<string name="dialogs_force_logout_description">Please check Internet connectivity. Do you want to force log out? This device will continue to count towards your device limit.</string>
<string name="dialogs_force_logout_positive_action">Force log out</string>
<string name="dialogs_force_logout_negative_action">Cancel</string>

Expand Down

0 comments on commit ec8de07

Please sign in to comment.