Add translation to required labels on input fields
- Normalize display of required label - Remove unused field_richtext template
This commit is contained in:
		
					parent
					
						
							
								5649861fde
							
						
					
				
			
			
				commit
				
					
						65f74da45b
					
				
			
		
					 19 changed files with 38 additions and 45 deletions
				
			
		|  | @ -125,7 +125,7 @@ class Index extends BaseSettings | |||
| 			'$app_specific_passwords_message'   => DI::l10n()->t('<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>'), | ||||
| 
 | ||||
| 			'$action_title'         => DI::l10n()->t('Actions'), | ||||
| 			'$password'             => ['password', DI::l10n()->t('Current password:'), '', DI::l10n()->t('You need to provide your current password to change two-factor authentication settings.'), 'required', 'autofocus'], | ||||
| 			'$password'             => ['password', DI::l10n()->t('Current password:'), '', DI::l10n()->t('You need to provide your current password to change two-factor authentication settings.'), DI::l10n()->t('Required'), 'autofocus'], | ||||
| 			'$enable_label'         => DI::l10n()->t('Enable two-factor authentication'), | ||||
| 			'$disable_label'        => DI::l10n()->t('Disable two-factor authentication'), | ||||
| 			'$recovery_codes_label' => DI::l10n()->t('Show recovery codes'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue