Skip to content

Commit 10a1b76

Browse files
committed
[ux] Made clear raw editing mode is JSON
1 parent 5bbe6a3 commit 10a1b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flat_json_widget/templates/flat_json_widget/flat_json_widget.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2><%= label %></h2>
4242

4343
<div class="form-row field-data flat-json-textarea" style="display:none">
4444
<div>
45-
<label for="<%= id %>" class="required">{% trans 'Raw Editing' %}:</label>
45+
<label for="<%= id %>" class="required">{% trans 'Raw JSON Editing' %}:</label>
4646
<textarea class="vLargeTextField" cols="40" id="<%= id %>" name="<%= name %>" rows="10"><%= value %></textarea>
4747
</div>
4848
</div>
@@ -55,7 +55,7 @@ <h2><%= label %></h2>
5555

5656
<a href="#" class="flat-json-toggle-textarea" title="{% trans 'toggle textarea' %}" style="float:right">
5757
<img src="{% static 'admin/img/icon-changelink.svg' %}" alt="">
58-
{% trans 'Toggle Raw Editing' %}
58+
{% trans 'Toggle Raw JSON Editing' %}
5959
</a>
6060
</div>
6161
</div>

0 commit comments

Comments
 (0)