Skip to content

Commit

Permalink
[components] For mozilla-mobile/android-components#7134 - Adds login …
Browse files Browse the repository at this point in the history
…selection to prompt feature

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@d3f1d35
  • Loading branch information
ekager committed Aug 21, 2020
1 parent 814e5c5 commit 50387e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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": "927e9d633a53839ce6a35c36f8e12886d278c218"
"ac-prep": "d3f1d353b1892c0443ad3c003c4b6fb5eb90869e"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,12 @@
<string name="mozac_feature_prompts_nov">Nov</string>
<!-- December month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_dec">Dec</string>
<!-- Option in expanded select login prompt that links to login settings -->
<string name="mozac_feature_prompts_manage_logins">Manage logins</string>
<!-- Content description for expanding the saved logins options in the select login prompt -->
<string name="mozac_feature_prompts_expand_logins_content_description">Expand suggested logins</string>
<!-- Content description for collapsing the saved logins options in the select login prompt -->
<string name="mozac_feature_prompts_collapse_logins_content_description">Collapse suggested logins</string>
<!-- Header for the select login prompt to allow users to fill a form with a saved login -->
<string name="mozac_feature_prompts_saved_logins">Suggested logins</string>
</resources>

0 comments on commit 50387e4

Please sign in to comment.