mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 17:39:13 -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:
@@ -142,7 +142,7 @@ def test_upload_csvfile_with_errors_shows_check_page_with_errors(
|
||||
""",
|
||||
(
|
||||
'The columns in your file need to match the double brackets in your template '
|
||||
'Your file doesn’t have a column called ‘name’. '
|
||||
'Your file is missing a column called ‘name’. '
|
||||
'Skip to file contents'
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user