[Autofill Assistant] Remove pluralizable capabilities of counters labels.
This CL removes the special treatment applied to counters labels in order to make the label pluralizable. Given the special format of ChoiceLabel, some characters (like '<', '#' or '|') make the application crash. Those special characters can be escaped with ' but they will then be displayed in the string, which is undesired. We can safely remove this pluralizable logic as it is not used by any scripts (the text shown is extracted from the website). Bug: b/139643534 Change-Id: I88109b2f374c5c343545603a28aac38a8a190b5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763682Reviewed-by:Stephane Zermatten <szermatt@chromium.org> Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Auto-Submit: Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#689448}
Showing
Please register or sign in to comment