Skip to content

Commit 2638ed9

Browse files
committed
improve error message to make it clearer things not saved
1 parent 405bd7d commit 2638ed9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crowdsourcer/templates/crowdsourcer/authority_audit_questions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="mb-4 mb-md-5 text-success">
4040
{% if form.total_error_count > 0 %}
4141
<div class="mb-4">
4242
<div class="col-md-7 text-danger">
43-
There were some errors which are highlighted in red below.
43+
<strong>Changes Not Saved</strong>. There were some errors which are highlighted in red below.
4444
</div>
4545
</div>
4646
{% endif %}

crowdsourcer/templates/crowdsourcer/authority_questions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h3 class="mb-4 mb-md-5 text-success">
4646
{% if form.total_error_count > 0 %}
4747
<div class="mb-4">
4848
<div class="col-md-7 text-danger">
49-
There were some errors which are highlighted in red below.
49+
<strong>Changes Not Saved</strong>. There were some errors which are highlighted in red below.
5050
</div>
5151
</div>
5252
{% endif %}

crowdsourcer/templates/crowdsourcer/authority_questions_with_previous.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3 class="mb-4 mb-md-5 text-success">
4747
{% if form.total_error_count > 0 %}
4848
<div class="mb-4">
4949
<div class="col-md-7 text-danger">
50-
There were some errors which are highlighted in red below.
50+
<strong>Changes Not Saved</strong>. There were some errors which are highlighted in red below.
5151
</div>
5252
</div>
5353
{% endif %}

0 commit comments

Comments
 (0)