mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 04:27:56 +08:00
this input is text (#719)
This commit is contained in:
parent
c400a7143c
commit
a59943094e
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ const TPL = `
|
|||
|
||||
<div class="form-group">
|
||||
<label for="spell-check-language-code">Language code</label>
|
||||
<input type="email" class="form-control" id="spell-check-language-code" placeholder="for example "en-US", "de-AT"">
|
||||
<input type="text" class="form-control" id="spell-check-language-code" placeholder="for example "en-US", "de-AT"">
|
||||
</div>
|
||||
|
||||
<p>Changes to the spell check options will take effect after application restart.</p>
|
||||
|
|
Loading…
Reference in a new issue