Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#6915: Add addon…
Browse files Browse the repository at this point in the history
… installation confirmation dialog

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@d6980d6
  • Loading branch information
psymoon committed May 11, 2020
1 parent 97add9a commit e59d737
Show file tree
Hide file tree
Showing 2 changed files with 7 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": "684e92cc10ea89ebba2675c6bca7c5ffcfae7803"
"main": "d6980d6a178e725d03a2d110981935eddf8657ae"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,10 @@
<string name="mozac_feature_addons_updater_dialog_last_attempt">Last attempt:</string>
<!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated -->
<string name="mozac_feature_addons_updater_dialog_status">Status:</string>
<!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. %2$s is the app name. -->
<string name="mozac_feature_addons_installed_dialog_title">%1$s has been added to %2$s</string>
<!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. -->
<string name="mozac_feature_addons_installed_dialog_description">Open it in the menu</string>
<!-- Confirmation button text for the dialog when add-on installation is completed. -->
<string name="mozac_feature_addons_installed_dialog_okay_button">Okay, Got It</string>
</resources>

0 comments on commit e59d737

Please sign in to comment.