mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	small text changes
This commit is contained in:
		
							
								
								
									
										1
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
								
							| @@ -2,5 +2,6 @@ | ||||
| <project version="4"> | ||||
|   <component name="VcsDirectoryMappings"> | ||||
|     <mapping directory="" vcs="Git" /> | ||||
|     <mapping directory="$PROJECT_DIR$/../.." vcs="Git" /> | ||||
|   </component> | ||||
| </project> | ||||
| @@ -5,12 +5,12 @@ const TPL = ` | ||||
| <div class="btn-group btn-group-xs"> | ||||
|     <button type="button" | ||||
|             class="btn btn-sm icon-button bx bx-check-shield protect-button" | ||||
|             title="Protected note can be viewed and edited only after entering password"> | ||||
|             title="Set this note as protected which means it will possible to view and edit this note only after entering password"> | ||||
|     </button> | ||||
|  | ||||
|     <button type="button" | ||||
|             class="btn btn-sm icon-button bx bx-shield-x unprotect-button" | ||||
|             title="Not protected note can be viewed without entering password"> | ||||
|             title="Set this note as unprotected which will make it viewable and editable without entering password"> | ||||
|     </button> | ||||
| </div>`;``; | ||||
|  | ||||
|   | ||||
| @@ -27,7 +27,7 @@ async function loginSync(req) { | ||||
|  | ||||
|     // login token is valid for 5 minutes | ||||
|     if (Math.abs(timestamp.getTime() - now.getTime()) > 5 * 60 * 1000) { | ||||
|         return [400, { message: 'Auth request time is out of sync' }]; | ||||
|         return [400, { message: 'Auth request time is out of sync, please check that both client and server have correct time.' }]; | ||||
|     } | ||||
|  | ||||
|     const syncVersion = req.body.syncVersion; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user