You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/en.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -751,10 +751,13 @@ en:
751
751
application_metrics_csv_headers: 'Jurisdiction,Permit type,Work type,First Nations,In draft,In inbox,Average days before first submit,Average days before latest submit'
752
752
file_upload:
753
753
virus_scan:
754
-
virus_detected: 'File upload blocked: Virus detected (%{virus_name}). Please scan your file with antivirus software before uploading.'
754
+
virus_detected: 'File upload failed: The file appears to be corrupted or contains suspicious content. Please try a different file or contact support if you believe this is an error.'
755
755
scan_error_production: 'File upload temporarily unavailable due to security scanning issues. Please try again later.'
756
-
scan_error_development: 'File upload allowed despite scan error in development mode.'
757
-
unknown_virus: 'Unknown virus'
756
+
scan_error_development: 'File upload allowed despite scan error in development mode.'
757
+
service_unavailable: 'Virus scanning service unavailable'
758
+
scan_timeout_production: 'File upload failed due to timeout. Please try again or contact support.'
759
+
scan_timeout_development: 'File upload timeout in development mode.'
760
+
unknown_virus: 'Unknown issue'
758
761
audit_log:
759
762
created_record: 'Record created'
760
763
created_with_field: 'Created with %{field}: %{value}'
0 commit comments