mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Use double quotes consistently in en-US (#24141)
Also removes quotes in commit messages related to file modifications made in the Web UI.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9611710636
						
					
				
				
					commit
					2ef6ac8dbf
				
			| @@ -99,7 +99,7 @@ func TestAPIDeleteFile(t *testing.T) { | ||||
| 		req = NewRequestWithJSON(t, "DELETE", url, &deleteFileOptions) | ||||
| 		resp = MakeRequest(t, req, http.StatusOK) | ||||
| 		DecodeJSON(t, resp, &fileResponse) | ||||
| 		expectedMessage := "Delete '" + treePath + "'\n" | ||||
| 		expectedMessage := "Delete " + treePath + "\n" | ||||
| 		assert.EqualValues(t, expectedMessage, fileResponse.Commit.Message) | ||||
|  | ||||
| 		// Test deleting a file with the wrong SHA | ||||
|   | ||||
		Reference in New Issue
	
	Block a user