typos
This commit is contained in:
		
							parent
							
								
									2aabad9a3d
								
							
						
					
					
						commit
						a8738a5e53
					
				| 
						 | 
					@ -330,7 +330,7 @@ $helpArray = array (
 | 
				
			||||||
				"528" => array ("Headline" => _('User name attribute'),
 | 
									"528" => array ("Headline" => _('User name attribute'),
 | 
				
			||||||
					"Text" => _('The attribute (e.g. "uid") that contains the user name for the 2-factor service.')),
 | 
										"Text" => _('The attribute (e.g. "uid") that contains the user name for the 2-factor service.')),
 | 
				
			||||||
				"529" => array ("Headline" => _('Domain'),
 | 
									"529" => array ("Headline" => _('Domain'),
 | 
				
			||||||
					"Text" => _('Please enter the webauthn domain. This is the public domain of the webserver (e.g. "example.com"). Do not include protocol or port.')),
 | 
										"Text" => _('Please enter the WebAuthn domain. This is the public domain of the webserver (e.g. "example.com"). Do not include protocol or port.')),
 | 
				
			||||||
				"550" => array ("Headline" => _("From address"),
 | 
									"550" => array ("Headline" => _("From address"),
 | 
				
			||||||
					"Text" => _("This email address will be set as sender address of all password mails. If empty the system default (php.ini) will be used.")),
 | 
										"Text" => _("This email address will be set as sender address of all password mails. If empty the system default (php.ini) will be used.")),
 | 
				
			||||||
				"551" => array ("Headline" => _("Subject"),
 | 
									"551" => array ("Headline" => _("Subject"),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -545,7 +545,7 @@ class WebauthnProvider extends BaseProvider {
 | 
				
			||||||
		$loginButton = new htmlButton('login_webauthn', _('Login'));
 | 
							$loginButton = new htmlButton('login_webauthn', _('Login'));
 | 
				
			||||||
		$loginButton->setCSSClasses(array('fullwidth hidden'));
 | 
							$loginButton->setCSSClasses(array('fullwidth hidden'));
 | 
				
			||||||
		$row->add($loginButton, 12);
 | 
							$row->add($loginButton, 12);
 | 
				
			||||||
		$errorMessage = new htmlStatusMessage('ERROR', '', _('This service requires a browser with webauthn support.'));
 | 
							$errorMessage = new htmlStatusMessage('ERROR', '', _('This service requires a browser with "WebAuthn" support.'));
 | 
				
			||||||
		$row->add(new htmlDiv(null, $errorMessage, array('hidden webauthn-error')), 12);
 | 
							$row->add(new htmlDiv(null, $errorMessage, array('hidden webauthn-error')), 12);
 | 
				
			||||||
		$row->add(new htmlJavaScript('window.lam.webauthn.start(\'' . $pathPrefix . '\');'), 0);
 | 
							$row->add(new htmlJavaScript('window.lam.webauthn.start(\'' . $pathPrefix . '\');'), 0);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue