File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flat_json_widget/templates/flat_json_widget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments