From: Karl O. Pinc Date: Mon, 18 Jan 2021 21:12:55 +0000 (-0600) Subject: Make "prior error" caution message more general X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=7643d7b97ded4fc27a86ad0d0316d66fdf2577b4;p=pgwui_common Make "prior error" caution message more general --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index 91da81d..8d9e614 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -119,8 +119,8 @@ % if lineno: % if not loop.first: - CAUTION -- This error may not be real; prior row(s) of the - uploaded file were rejected: + CAUTION -- This error may not be real; prior uploaded row(s) + were rejected:
% endif