From fd6d0ec5ba4b4ec47770a73bf406fa7d936b2b35 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Tue, 25 Feb 2020 11:27:49 -0800 Subject: [PATCH] add dashed to failed submission note --- src/filing/refileWarning/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filing/refileWarning/index.jsx b/src/filing/refileWarning/index.jsx index a733ed1eb..f473d3aef 100644 --- a/src/filing/refileWarning/index.jsx +++ b/src/filing/refileWarning/index.jsx @@ -28,7 +28,7 @@ export const getText = props => { text = (
Please select the "Upload a new file" button to restart the - process. Ensure that your text file has no spaces between characters in + process. Ensure that your text file has no spaces or dashes between characters in LEI/ULI fields and is pipe delimited, not tab or comma delimited.
)