File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 634
634
< div >
635
635
< div class ="grammar ">
636
636
< label for ="template "> </ label >
637
- < textarea id ="grammar " name ="grammar " placeholder ="Use GBNF or JSON-Scheme + Converter " value ="${ params . value . grammar } " rows =4 oninput =${ updateParams } / >
637
+ < textarea id ="grammar " name ="grammar " placeholder ="Use GBNF or JSON Schema + Converter " value ="${ params . value . grammar } " rows =4 oninput =${ updateParams } / >
638
638
</ div >
639
639
< div class ="grammar-columns ">
640
640
< div class ="json-schema-controls ">
641
641
< input type ="text " name ="prop-order " placeholder ="Order: prop1,prop2,prop3 " oninput =${ updateGrammarJsonSchemaPropOrder } / >
642
- < button type ="button " class ="button-grammar " onclick =${ convertJSONSchemaGrammar } > Convert JSON-Scheme </ button >
642
+ < button type ="button " class ="button-grammar " onclick =${ convertJSONSchemaGrammar } > Convert JSON Schema </ button >
643
643
</ div >
644
644
</ div >
645
645
</ div >
You can’t perform that action at this time.
0 commit comments