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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
});
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user