mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Fix wrong error message if file is missing columns
Accidentally got broken here:
41fa158635 (diff-bff3df90be0231a1e33e033fc51ba7f7L78)
This commit changes it back to how it was before (but keeping the new macro for formatting the list).
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
) }}.
|
||||
</p>
|
||||
<p>
|
||||
It doesn’t have {{ recipients.column_headers | formatted_list(
|
||||
It 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