Skip to content

Commit

Permalink
[components] Issue mozilla-mobile/android-components#12372 - Update t…
Browse files Browse the repository at this point in the history
…he "Select addresses" text to "Select address"

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@758203d
  • Loading branch information
gabrielluong authored and mergify[bot] committed Jun 23, 2022
1 parent 714be64 commit db8c7ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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": "108a370e363e27d856dea9504fdb104f275093d7"
"ac-prep": "758203dd5c78ee384fcaa04de63b1d8b67a9d9a6"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- Text for confirmation for a positive action in dialog -->
<string name="mozac_feature_prompts_ok">OK</string>
<!-- Text for confirmation for a negative action in dialog. -->
Expand Down Expand Up @@ -116,7 +116,9 @@

<!-- 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>
<string moz:removedIn="104" name="mozac_feature_prompts_select_address" tools:ignore="UnusedResources">Select addresses</string>
<!-- Header for the select address prompt to allow users to fill a form with a saved address. -->
<string name="mozac_feature_prompts_select_address_2">Select address</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. -->
Expand Down

0 comments on commit db8c7ba

Please sign in to comment.