Skip to content

Commit

Permalink
[components] For mozilla-mobile/android-components#12338 - "Block" st…
Browse files Browse the repository at this point in the history
…orage access permission instead of "Don't allow"

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@108a370
  • Loading branch information
Mugurell authored and mergify[bot] committed Jun 16, 2022
1 parent 5438e4d commit 190e9d6
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "562890296080043d6ba4fc107d81f305bea52e0e"
"ac-prep": "108a370e363e27d856dea9504fdb104f275093d7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<!-- Message of a dialog offering more context about the cross origin storage permission.
%s is the name of the site URL (www.site1.example) trying to track the user's activity. -->
<string name="mozac_feature_sitepermissions_storage_access_message">You may want to block access if it\'s not clear why %s needs this data.</string>
<!-- Text for a negative button in the storage access permission request dialog. This button will not give access to this permission. -->
<string name="mozac_feature_sitepermissions_storage_access_not_allow">Block</string>
<!-- Clickable text that will open a new tab navigating the user to online documentation about specific features. -->
<string name="mozac_feature_sitepermissions_learn_more_title">Learn more</string>
</resources>

0 comments on commit 190e9d6

Please sign in to comment.