You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noticeMessage+=__('However, your site is configured to automatically accept sanitization of the offending markup.','amp');
217
+
}else{
218
+
noticeMessage+=_n(
219
+
'Your site is configured to automatically accept sanitization errors, but this error could be from when auto-acceptance was not selected, or from manually rejecting an error.',
220
+
'Your site is configured to automatically accept sanitization errors, but these errors could be from when auto-acceptance was not selected, or from manually rejecting an error.',
221
+
validationErrors.length,
222
+
'amp'
223
+
);
224
+
}
215
225
}else{
216
-
noticeMessage+=_n(
217
-
'Your site is configured to automatically accept sanitization errors, but this error could be from when auto-acceptance was not selected, or from manually rejecting an error.',
218
-
'Your site is configured to automatically accept sanitization errors, but these errors could be from when auto-acceptance was not selected, or from manually rejecting an error.',
219
-
validationErrors.length,
220
-
'amp'
221
-
);
226
+
noticeMessage+=__('Non-accepted validation errors prevent AMP from being served, and the user will be redirected to the non-AMP version.','amp');
222
227
}
223
-
}else{
224
-
noticeMessage+=__('Non-accepted validation errors prevent AMP from being served, and the user will be redirected to the non-AMP version.','amp');
0 commit comments