mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	Update serv.go (#7822)
small semantics fix "Hi there, user!" looks better than "Hi there: user!"
This commit is contained in:
		
							parent
							
								
									80d2c2575b
								
							
						
					
					
						commit
						8101d803e6
					
				@ -109,7 +109,7 @@ func runServ(c *cli.Context) error {
 | 
			
		||||
		if key.Type == models.KeyTypeDeploy {
 | 
			
		||||
			println("Hi there! You've successfully authenticated with the deploy key named " + key.Name + ", but Gitea does not provide shell access.")
 | 
			
		||||
		} else {
 | 
			
		||||
			println("Hi there: " + user.Name + "! You've successfully authenticated with the key named " + key.Name + ", but Gitea does not provide shell access.")
 | 
			
		||||
			println("Hi there, " + user.Name + "! You've successfully authenticated with the key named " + key.Name + ", but Gitea does not provide shell access.")
 | 
			
		||||
		}
 | 
			
		||||
		println("If this is unexpected, please log in with password and setup Gitea under another user.")
 | 
			
		||||
		return nil
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user