mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-29 09:20:01 +02:00 
			
		
		
		
	improve spelling of minimum expiration hours check
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
This commit is contained in:
		
				
					committed by
					
						 Daniel García
						Daniel García
					
				
			
			
				
	
			
			
			
						parent
						
							c78d383ed1
						
					
				
				
					commit
					ef4072e4ff
				
			| @@ -730,7 +730,7 @@ fn validate_config(cfg: &ConfigItems) -> Result<(), Error> { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     if cfg.invitation_expiration_hours < 1 { |     if cfg.invitation_expiration_hours < 1 { | ||||||
|         err!("`INVITATION_EXPIRATION_HOURS` has a minimum size of 1") |         err!("`INVITATION_EXPIRATION_HOURS` has a minimum duration of 1 hour") | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     Ok(()) |     Ok(()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user