diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_experimental.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <string name="restart_frost_desc">Launch a cold restart for the application.</string> <!-- Debugging phishing warnings --> - <string name="web_requests" translatable="false">Web Requests</string> - <string name="web_requests_desc" translatable="false">Enables features such as marking notifications as read. Known to potentially cause phishing responses.</string> + <string name="auth_requests" translatable="false">Auth Requests</string> + <string name="auth_requests_desc" translatable="false">Enables post features such as marking notifications as read. Known to potentially cause phishing responses.</string> </resources>
\ No newline at end of file |