Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import android-components quarantine #794

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<!-- Title of the Identity Credential privacy policy dialog title. The %1$s will be replaced with the name of the provider. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_title">Use %1$s as a login provider</string>
<!-- Title of the Identity Credential privacy policy dialog description. The %1$s will be replaced with the name of the provider, %2$s will be replaced with the account, %3$s will be replaced with the privacy policy url and %4$s will be replaced with the terms of service. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_description"><![CDATA[Logging in to %1$s with a %2$s account is subject to their <a href="%3$s">Privacy Policy</a> and <a href="%4$s">Terms of Service</a>]]></string>
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_description" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[Logging in to %1$s with a %2$s account is subject to their <a href="%3$s">Privacy Policy</a> and <a href="%4$s">Terms of Service</a>]]></string>
<!-- Text for the positive button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_continue">Continue</string>
<!-- Text for the cancel button of the Identity Credential dialogs. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<string name="mozac_feature_sitepermissions_storage_access_title">Allow %1$s to use its cookies on %2$s?</string>
<!-- 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>
<string name="mozac_feature_sitepermissions_storage_access_message">You may want to block access if its 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. -->
Expand Down
Loading