From a51cceda034fbc098c628cb4c603af532d6777a0 Mon Sep 17 00:00:00 2001 From: Mygod Date: Tue, 14 Aug 2018 10:54:54 +0800 Subject: [PATCH] Fix DHCP workaround summary --- mobile/src/main/res/xml/pref_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/main/res/xml/pref_settings.xml b/mobile/src/main/res/xml/pref_settings.xml index 5ff57e92..76df4014 100644 --- a/mobile/src/main/res/xml/pref_settings.xml +++ b/mobile/src/main/res/xml/pref_settings.xml @@ -43,7 +43,7 @@ android:key="service.dhcpWorkaround" android:icon="@drawable/ic_action_build" android:title="@string/settings_service_dhcp_workaround" - android:summary="@string/settings_service_disable_ipv6_summary"/> + android:summary="@string/settings_service_dhcp_workaround_summary"/>