From 3b457c0e5728d8643ba6b2d06329f6a7dead156f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 7 Sep 2019 22:01:34 -0700 Subject: Update request stringss --- app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt | 4 ++-- app/src/main/res/values/strings_pref_experimental.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt index 2f45547d..d7c405dc 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt @@ -43,8 +43,8 @@ fun SettingsActivity.getExperimentalPrefs(): KPrefAdapterBuilder.() -> Unit = { // Experimental content starts here ------------------ - checkbox(R.string.web_requests, Prefs::authRequests, { Prefs.authRequests = it }) { - descRes = R.string.web_requests_desc + checkbox(R.string.auth_requests, Prefs::authRequests, { Prefs.authRequests = it }) { + descRes = R.string.auth_requests_desc } // Experimental content ends here -------------------- diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 5ae5d56c..797878bf 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -10,6 +10,6 @@ Launch a cold restart for the application. - Web Requests - Enables features such as marking notifications as read. Known to potentially cause phishing responses. + Auth Requests + Enables post features such as marking notifications as read. Known to potentially cause phishing responses. \ No newline at end of file -- cgit v1.2.3