Skip to content

Commit

Permalink
[components] Autofill: Show fallback if login is empty.
Browse files Browse the repository at this point in the history
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@8da64a1
  • Loading branch information
pocmo authored and mergify[bot] committed Feb 25, 2021
1 parent 13b7be2 commit a04fbd3
Show file tree
Hide file tree
Showing 2 changed files with 10 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": "100247ffdcff216151614933690c7dc9532187c2"
"ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@
a username or password can be autofilled for the highlighted text field. %1$s will be replaced
with the name of the browser application (e.g. Firefox) -->
<string name="mozac_feature_autofill_popup_unlock_application">Unlock %1$s</string>

<!-- Autofill: Text shown in popup in third-party app if we found a matching account, but no
username is saved (e.g. we only have a password). This text will be shown in place where otherwise
the username would be displayed. -->
<string name="mozac_feature_autofill_popup_no_username">(No username)</string>

<!-- Autofill: Text shown in popup in third-party app to autofill the password for an account.
%1$s will be replaced with the login/username of the account. -->
<string name="mozac_feature_autofill_popup_password">Password for %1$s</string>
</resources>

0 comments on commit a04fbd3

Please sign in to comment.