diff options
| author | saber safavi <saber.safavi@codic.se> | 2023-04-27 15:07:33 +0200 |
|---|---|---|
| committer | saber safavi <saber.safavi@codic.se> | 2023-05-03 12:06:41 +0200 |
| commit | 9643929a514ae8986d3fcc6a78f9848ab4f0738e (patch) | |
| tree | 536526c6641c5c3d79d9a19606ea681a0f03768d /android | |
| parent | 49ea114adddba1a1db6ffc6c440e743c01797a47 (diff) | |
| download | mullvadvpn-9643929a514ae8986d3fcc6a78f9848ab4f0738e.tar.xz mullvadvpn-9643929a514ae8986d3fcc6a78f9848ab4f0738e.zip | |
Add string resources
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 6b1bdaac30..b0431964e2 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -184,4 +184,6 @@ <string name="custom_dns_disable_mode_subtitle"> <![CDATA[Disable all <b>DNS content blockers</b> above to activate this setting.]]> </string> + <string name="settings_changes_effect_warning_short">DNS settings might not go into effect immediately</string> + <string name="settings_changes_effect_warning_content_blocker">Changes to DNS related settings might not go into effect immediately due to cached results.</string> </resources> |
