diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-17 23:01:29 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-18 12:44:17 +0000 |
| commit | d781fd757d9030aa266a366e0d713a4bf2dd879a (patch) | |
| tree | 3c72477ff1a8d1e238277ea23a399df94770e645 /android/src/main/res | |
| parent | 597de0aec48bd2338dfeef14fa870d799b212065 (diff) | |
| download | mullvadvpn-d781fd757d9030aa266a366e0d713a4bf2dd879a.tar.xz mullvadvpn-d781fd757d9030aa266a366e0d713a4bf2dd879a.zip | |
Allow changing the dialog message
Diffstat (limited to 'android/src/main/res')
| -rw-r--r-- | android/src/main/res/layout/confirm_dns.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/confirm_dns.xml b/android/src/main/res/layout/confirm_dns.xml index 2471f2d533..f271d1aa6e 100644 --- a/android/src/main/res/layout/confirm_dns.xml +++ b/android/src/main/res/layout/confirm_dns.xml @@ -20,7 +20,7 @@ android:layout_marginTop="16dp" android:textColor="@color/white80" android:textSize="@dimen/text_small" - android:text="@string/confirm_public_dns" /> + android:text="" /> <Button android:id="@+id/confirm_button" android:layout_marginVertical="@dimen/button_separation" android:text="@string/add_anyway" |
