forked from mozilla-l10n/android-l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[components] Close issue mozilla-mobile/android-components#9823 Make …
…users aware that download was not performed because of a denied permission 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@f9acb8f
- Loading branch information
1 parent
a534159
commit 9b015ef
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mozilla-mobile/firefox-android", | ||
"revs": { | ||
"ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9" | ||
"ac-prep": "f9acb8ffd4fc27e296020bb1f46886bad915f82e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="mozac_support_base_locale_preference_key_locale" translatable="false">mozac_support_base_locale_preference_key_locale</string> | ||
<!-- Text for the positive action button, that will take the user to the settings page --> | ||
<string name="mozac_support_base_permissions_needed_positive_button">Go to settings</string> | ||
<!-- Text for the negative action button to dismiss the dialog. --> | ||
<string name="mozac_support_base_permissions_needed_negative_button">Dismiss</string> | ||
</resources> |