mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 21:51:43 -04:00
Say ‘missing’ rather than ‘doesn’t have’
Missing gives more of a suggestion that this is something to be fixed, rather than just a statement of fact.
This commit is contained in:
@@ -81,8 +81,8 @@
|
||||
your template
|
||||
</h1>
|
||||
<p>
|
||||
Your file doesn’t have {{ recipients.missing_column_headers | formatted_list(
|
||||
conjunction='or',
|
||||
Your file is missing {{ recipients.missing_column_headers | formatted_list(
|
||||
conjunction='and',
|
||||
prefix='a column called ',
|
||||
prefix_plural='columns called '
|
||||
) }}.
|
||||
|
||||
Reference in New Issue
Block a user