0

Make bootstrapping help bubble strings translatable

Fixed: 375184178
Change-Id: Ic12e512e732827970c62bff7adf83fbe0a4a4446
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5957176
Reviewed-by: Jihad Hanna <jihadghanna@google.com>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Andrii Natiahlyi <natiahlyi@google.com>
Cr-Commit-Position: refs/heads/main@{#1373510}
This commit is contained in:
Andrii Natiahlyi
2024-10-24 19:38:54 +00:00
committed by Chromium LUCI CQ
parent 4fc4f8dc18
commit 5d44ab0a4f
3 changed files with 4 additions and 3 deletions

@ -99,11 +99,10 @@
<message name="IDS_AUTOFILL_PREDICTION_IMPROVEMENTS_IPH_GO_TO_SETTINGS" desc="Text displayed in the prediction improvements IPH bubble.">
Go to settings
</message>
<!-- TODO(crbug.com/375184178): Make translateable. -->
<message translateable="false" name="IDS_AUTOFILL_PREDICTION_IMPROVEMENTS_BOOTSTRAPPING_IPH" desc="Body of the in Product Help when user has successfully imported their autofill data.">
<message name="IDS_AUTOFILL_PREDICTION_IMPROVEMENTS_BOOTSTRAPPING_IPH" desc="Body of the in Product Help when user has successfully imported their autofill data.">
This feature uses information you've already saved with autofill, such as your address
</message>
<message translateable="false" name="IDS_AUTOFILL_PREDICTION_IMPROVEMENTS_BOOTSTRAPPING_IPH_SCREENREADER" desc="The a11y announcement after user has enabled autofill prediction improvements which successfully imported their autofill data.">
<message name="IDS_AUTOFILL_PREDICTION_IMPROVEMENTS_BOOTSTRAPPING_IPH_SCREENREADER" desc="The a11y announcement after user has enabled autofill prediction improvements which successfully imported their autofill data.">
This feature uses information you've already saved with autofill, such as your address. You can review and manage this data on this page.
</message>
</grit-part>