Skip to content

Commit

Permalink
[iOS] Fix Capitalization of "Clear Form" in Autofill
Browse files Browse the repository at this point in the history
See explanation in bug.

Fixed: 1424908
Change-Id: I7e729cef5f3d8236cdb8d7533eb48c481f9b3872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343929
Reviewed-by: Maxim Kolosovskiy <kolos@chromium.org>
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1118667}
  • Loading branch information
tfmar authored and Chromium LUCI CQ committed Mar 17, 2023
1 parent d1eb9b6 commit bb5f8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/autofill_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</message>
</if>
<if expr="is_ios">
<message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in the suggestions keyboard accessory that clears an auto-filled form.">
CLEAR FORM
<message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in the suggestions keyboard accessory that clears an auto-filled form. Title-cased.">
Clear Form
</message>
</if>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e00b8ff2d81893959fb4eb58ef445e48efb7f230

0 comments on commit bb5f8ac

Please sign in to comment.