Skip to content

Commit

Permalink
[components] Issue mozilla-mobile/android-components#11338: Add a Sav…
Browse files Browse the repository at this point in the history
…eCreditCard dialog to handle saving and updating a credit card

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@eb2d129
  • Loading branch information
gabrielluong authored and mergify[bot] committed May 10, 2022
1 parent 539fdd8 commit 7af42f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "53d8bcb33e7bb88c1bcc0157aa8fd40227d2abe7"
"ac-prep": "eb2d1291b6b813a173960838710b93475c3dc433"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<string name="mozac_feature_prompt_dont_save">Don’t save</string>
<!-- Negative confirmation that we should never save a login for this site -->
<string name="mozac_feature_prompt_never_save">Never save</string>
<!-- Negative confirmation that we should not save a credit card for this site -->
<string name="mozac_feature_prompt_not_now">Not now</string>
<!-- Positive confirmation that we should save the new or updated login -->
<string name="mozac_feature_prompt_save_confirmation">Save</string>
<!-- Negative confirmation that we should not save the updated login -->
Expand Down Expand Up @@ -103,6 +105,12 @@
<string name="mozac_feature_prompts_expand_credit_cards_content_description">Expand suggested credit cards</string>
<!-- Content description for collapsing the select credit card options in the select credit prompt. -->
<string name="mozac_feature_prompts_collapse_credit_cards_content_description">Collapse suggested credit cards</string>
<!-- Option in the expanded select credit card prompt that links to credit cards settings -->
<!-- Option in the expanded select credit card prompt that links to credit cards settings. -->
<string name="mozac_feature_prompts_manage_credit_cards">Manage credit cards</string>
<!-- Text for the title of a save credit card dialog. -->
<string name="mozac_feature_prompts_save_credit_card_prompt_title">Securely save this card?</string>
<!-- Text for the title of an update credit card dialog. -->
<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 coded won\'t be saved.</string>
</resources>

0 comments on commit 7af42f3

Please sign in to comment.