Skip to content

Commit

Permalink
[components] For mozilla-mobile/android-components#7833: Generate con…
Browse files Browse the repository at this point in the history
…cept-menu items for addons

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@f506f74
  • Loading branch information
NotWoods authored and mergify[bot] committed Oct 20, 2020
1 parent 543d6b9 commit ef26a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/android-components",
"revs": {
"main": "79727628dd050b754467c09c0943cd271a6208a9"
"main": "f506f74dfb701569b14cf9b615d22d46b8a4d8c0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
<string name="mozac_feature_addons_rating_content_description">%1$.02f/5</string>
<!-- This is the title of page where all the add-ons are listed-->
<string name="mozac_feature_addons_addons">Add-ons</string>
<!-- Label for add-ons sub menu item for add-ons manager-->
<string name="mozac_feature_addons_addons_manager">Add-ons Manager</string>
<!-- The label of the allow button, this will be shown to the user when an add-on needs new permissions, with the button the user will indicate that they want to accept the new permissions and update the add-on-->
<string name="mozac_feature_addons_updater_notification_allow_button">Allow</string>
<!-- The label of the deny button on a notification, this will be shown to the user when an add-on needs new permissions. Indicates the user denies the new permissions and prevents the add-on from be updated-->
Expand Down

0 comments on commit ef26a47

Please sign in to comment.