mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		| @@ -17,7 +17,7 @@ const TPL = ` | |||||||
|  |  | ||||||
|     <div class="form-group"> |     <div class="form-group"> | ||||||
|         <label for="spell-check-language-code">Language code</label> |         <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> |     </div> | ||||||
|  |  | ||||||
|     <p>Changes to the spell check options will take effect after application restart.</p> |     <p>Changes to the spell check options will take effect after application restart.</p> | ||||||
| @@ -132,4 +132,4 @@ export default class ProtectedSessionOptions { | |||||||
|         this.$imageMaxWidthHeight.val(options['imageMaxWidthHeight']); |         this.$imageMaxWidthHeight.val(options['imageMaxWidthHeight']); | ||||||
|         this.$imageJpegQuality.val(options['imageJpegQuality']); |         this.$imageJpegQuality.val(options['imageJpegQuality']); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user