Bug 1834516 - Change the string for the cookie banner reduction report site button.

fenix/115.2.0
iorgamgabriel 1 year ago committed by mergify[bot]
parent 7d85ea51ae
commit 7e97487f6a

@ -92,7 +92,7 @@
android:gravity="center"
android:minHeight="48dp"
android:layout_marginEnd="16dp"
android:text="@string/cookie_banner_handling_details_site_is_not_supported_request_support_button"
android:text="@string/cookie_banner_handling_details_site_is_not_supported_request_support_button_2"
android:textAllCaps="true"
android:textColor="@color/fx_mobile_text_color_accent"
android:textSize="14sp"

@ -393,7 +393,9 @@
<!-- Text for cancel button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_cancel_button">Cancel</string>
<!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_request_support_button">Request support</string>
<string name="cookie_banner_handling_details_site_is_not_supported_request_support_button" moz:RemovedIn="115" tools:ignore="UnusedResources">Request support</string>
<!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_request_support_button_2">Send request</string>
<!-- Text for title indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->
<string name="cookie_banner_handling_details_site_is_not_supported_title" moz:RemovedIn="114" tools:ignore="UnusedResources">Cookie Banner Reduction</string>
<!-- Text for title indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner details view. -->

Loading…
Cancel
Save