mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	fix #2350
This commit is contained in:
		| @@ -217,7 +217,7 @@ auth_failed = Authentication failed: %v | |||||||
|  |  | ||||||
| still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first. | still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first. | ||||||
| still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first. | still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first. | ||||||
| org_still_own_repo = This organization still have ownership of repository, you have to delete or transfer them first. | org_still_own_repo = This organization still has ownership of repositories, you must delete or transfer them first. | ||||||
|  |  | ||||||
| still_own_user = This authentication is still in use by at least one user, please remove them from the authentication and try again. | still_own_user = This authentication is still in use by at least one user, please remove them from the authentication and try again. | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							| @@ -17,7 +17,7 @@ import ( | |||||||
| 	"github.com/gogits/gogs/modules/setting" | 	"github.com/gogits/gogs/modules/setting" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| const APP_VER = "0.8.16.0106" | const APP_VER = "0.8.16.0107" | ||||||
|  |  | ||||||
| func init() { | func init() { | ||||||
| 	runtime.GOMAXPROCS(runtime.NumCPU()) | 	runtime.GOMAXPROCS(runtime.NumCPU()) | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -1 +1 @@ | |||||||
| 0.8.16.0106 | 0.8.16.0107 | ||||||
		Reference in New Issue
	
	Block a user