File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,15 +206,15 @@ function display_setup_form( $error = null ) {
206206 $ error = true ;
207207 } elseif ( $ admin_password != $ admin_password_check ) {
208208 // TODO: poka-yoke
209- display_setup_form ( __ ( 'Your passwords do not match. Please try again ' ) );
209+ display_setup_form ( __ ( 'Your passwords do not match. Please try again. ' ) );
210210 $ error = true ;
211211 } else if ( empty ( $ admin_email ) ) {
212212 // TODO: poka-yoke
213213 display_setup_form ( __ ( 'You must provide an email address. ' ) );
214214 $ error = true ;
215215 } elseif ( ! is_email ( $ admin_email ) ) {
216216 // TODO: poka-yoke
217- display_setup_form ( __ ( 'Sorry, that isn’t a valid email address. Email addresses look like: <code>username@example.com</code> ' ) );
217+ display_setup_form ( __ ( 'Sorry, that isn’t a valid email address. Email addresses look like <code>username@example.com</code>. ' ) );
218218 $ error = true ;
219219 }
220220
You can’t perform that action at this time.
0 commit comments