client: Rephrase section

This commit is contained in:
Elian Doran 2024-10-27 21:15:51 +02:00
parent 41e3163595
commit 6717b1b4ae
No known key found for this signature in database

View File

@ -13,11 +13,13 @@ function test(name) {
const TPL = ` const TPL = `
<div class="options-section"> <div class="options-section">
<h4>Syntax highlighting</h4> <h4>Code Syntax Highlighting for Text Notes</h4>
<p>Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.</p>
<div class="form-group row"> <div class="form-group row">
<div class="col-6"> <div class="col-6">
<label>Theme</label> <label>Color Scheme</label>
<select class="theme-select form-select"></select> <select class="theme-select form-select"></select>
</div> </div>
</div> </div>