From fbf7d50f9cc7621ad69622d14bf460a6ebd1a5e5 Mon Sep 17 00:00:00 2001 From: meissadia Date: Tue, 7 Jan 2020 00:30:21 -0700 Subject: [PATCH] Update failed file upload message --- src/common/Alert.css | 6 ++++++ src/filing/refileWarning/index.jsx | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/common/Alert.css b/src/common/Alert.css index a306544a2..f64cb5a84 100644 --- a/src/common/Alert.css +++ b/src/common/Alert.css @@ -106,3 +106,9 @@ .alert-paragraph { width: 66ch; } + +@media (min-width: 801px){ + .alert-text > .failed { + width: 80%; + } +} diff --git a/src/filing/refileWarning/index.jsx b/src/filing/refileWarning/index.jsx index 87a9b6c5c..a733ed1eb 100644 --- a/src/filing/refileWarning/index.jsx +++ b/src/filing/refileWarning/index.jsx @@ -26,9 +26,10 @@ export const getText = props => { if (props.code === FAILED) { reviewAndDownload = null text = ( -
+
Please select the "Upload a new file" button to restart the - process. + process. Ensure that your text file has no spaces between characters in + LEI/ULI fields and is pipe delimited, not tab or comma delimited.
) } else if (props.code === SYNTACTICAL_VALIDITY_EDITS) {