mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Improve multiple strings in en-US locale (#26213)
I kept sending pull requests that consisted of one-line changes. It's time to settle this once and for all. (Maybe.) - Explain Gitea behavior and the consequences of each setting better, so that the user does not have to consult the docs. - Do not use different spellings of identical terms interchangeably, e.g. `e-mail` and `email`. - Use more conventional terms to describe the same things, e.g. `Confirm Password` instead of `Re-Type Password`. - Introduces additional clarification for Mirror Settings - Small adjustments in test - This is a cry for help. - Grammar and spelling consistencies for en-US locale (e.g. cancelled -> canceled) - Introduce tooltip improvements. --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4fc4f6e634
						
					
				
				
					commit
					daf7092863
				
			| @@ -24,7 +24,7 @@ test('Test Register Form', async ({page}, workerInfo) => { | ||||
|   // Make sure we routed to the home page. Else login failed. | ||||
|   await expect(page.url()).toBe(`${workerInfo.project.use.baseURL}/`); | ||||
|   await expect(page.locator('.dashboard-navbar span>img.ui.avatar')).toBeVisible(); | ||||
|   await expect(page.locator('.ui.positive.message.flash-success')).toHaveText('Account was successfully created.'); | ||||
|   await expect(page.locator('.ui.positive.message.flash-success')).toHaveText('Account was successfully created. Welcome!'); | ||||
|  | ||||
|   save_visual(page); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user