Remove obsolete and now inaccurate line in feedback form (#13178)

That information _is_ required now, so that line no longer makes sense.
This commit is contained in:
Mathieu Pillard 2024-09-06 13:59:10 +02:00 коммит произвёл GitHub
Родитель 3adf118e1d
Коммит 158a490873
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -878,9 +878,7 @@ export class FeedbackFormBase extends React.Component<InternalProps, State> {
<p className="FeedbackForm--help" id="feedbackText-help">
{i18n.gettext(`Please provide any additional information that
may help us to understand your report (including which policy
you believe has been violated). While this information is not
required, failure to include it may prevent us from
addressing the reported content.`)}
you believe has been violated).`)}
</p>
</Card>