Skip to content

Commit

Permalink
[components] For mozilla-mobile/android-components#12061 - Add suppor…
Browse files Browse the repository at this point in the history
…t to display AddressPicker

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@159dc23
  • Loading branch information
Alexandru2909 authored and mergify[bot] committed May 31, 2022
1 parent c21886f commit 35628c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "1b55b52febda53978ed244d293a65aac40c61613"
"ac-prep": "159dc232c66b7b30e5c769baffd5bcbed89b2277"
}
}
Expand Up @@ -113,4 +113,14 @@
<string name="mozac_feature_prompts_update_credit_card_prompt_title">Update card expiration date?</string>
<!-- Subtitle text displayed under the title of the save credit card dialog. -->
<string name="mozac_feature_prompts_save_credit_card_prompt_body">Card number will be encrypted. Security code won’t be saved.</string>

<!-- Address Autofill -->
<!-- Header for the select address prompt to allow users to fill a form with a saved address. -->
<string name="mozac_feature_prompts_select_address">Select addresses</string>
<!-- Content description for expanding the select addresses options in the select address prompt. -->
<string name="mozac_feature_prompts_expand_address_content_description">Expand suggested addresses</string>
<!-- Content description for collapsing the select address options in the select address prompt. -->
<string name="mozac_feature_prompts_collapse_address_content_description">Collapse suggested addresses</string>
<!-- Text for the manage addresses button. -->
<string name="mozac_feature_prompts_manage_address">Manage addresses</string>
</resources>

0 comments on commit 35628c8

Please sign in to comment.