Replaced 'partition' by 'requests'
Fixes: 111987840
Test: echo "In TreeHugger we trust!"
Change-Id: I450d23677063b98d994559a64fff2a4832afe6ef
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3198f98..91f7ebf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -9872,8 +9872,8 @@
<!-- UI debug setting: logging level for Android Autofill [CHAR LIMIT=25] -->
<string name="autofill_logging_level_title">Logging level</string>
- <!-- Title of developer options to set the maximum number of partitions per session [CHAR LIMIT=60]-->
- <string name="autofill_max_partitions">Max partitions</string>
+ <!-- Title of developer options to set the maximum number of requests per session [CHAR LIMIT=60]-->
+ <string name="autofill_max_partitions">Max requests per session</string>
<!-- Title of developer options to set the maximum number of visible datasets in the autofill UX [CHAR LIMIT=60]-->
<string name="autofill_max_visible_datasets">Max visible datasets</string>