Bug 1960932 - Newtab report ad toast string change r=home-newtab-reviewers,nbarrett,fluent-reviewers,bolsson

Differential Revision: https://phabricator.services.mozilla.com/D246639
This commit is contained in:
scottdowne
2025-04-24 18:26:59 +00:00
parent 3bf5774a04
commit c247b06da8
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ function ReportContentToast({ onDismissClick, onAnimationEnd }) {
type="success"
class="notification-feed-item"
dismissable={true}
data-l10n-id="newtab-toast-thanks-for-feedback"
data-l10n-id="newtab-toast-thanks-for-reporting"
ref={mozMessageBarRef}
onAnimationEnd={onAnimationEnd}
></moz-message-bar>

View File

@@ -13616,7 +13616,7 @@ function ReportContentToast({
type: "success",
class: "notification-feed-item",
dismissable: true,
"data-l10n-id": "newtab-toast-thanks-for-feedback",
"data-l10n-id": "newtab-toast-thanks-for-reporting",
ref: mozMessageBarRef,
onAnimationEnd: onAnimationEnd
});

View File

@@ -515,5 +515,5 @@ newtab-report-content-spam-misleading =
.label = Spam or misleading
newtab-report-cancel = Cancel
newtab-report-submit = Submit
newtab-toast-thanks-for-feedback =
.message = Thanks for your feedback.
newtab-toast-thanks-for-reporting =
.message = Thank you for reporting this.