mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-06 06:31:33 -04:00
Don’t repeat names of columns in the error message
It makes the error message quite noisy. We’re going to move the table right underneath the error message, so you’ll be able to see the column names right there.
This commit is contained in:
@@ -81,13 +81,7 @@
|
||||
your template
|
||||
</h1>
|
||||
<p>
|
||||
Your file has {{ recipients.column_headers | formatted_list(
|
||||
prefix='one column, called ',
|
||||
prefix_plural='columns called '
|
||||
) }}.
|
||||
</p>
|
||||
<p>
|
||||
It doesn’t have {{ recipients.missing_column_headers | formatted_list(
|
||||
Your file doesn’t have {{ recipients.missing_column_headers | formatted_list(
|
||||
conjunction='or',
|
||||
prefix='a column called ',
|
||||
prefix_plural='columns called '
|
||||
|
||||
Reference in New Issue
Block a user