Language: remove extra . that are better in the translation variable

pull/5441/head
NicoDucou 2 years ago
parent 685be2bdc2
commit ab3ec5bc9b
  1. 4
      public/main/auth/inscription.php

@ -1173,7 +1173,7 @@ if ($form->validate()) {
'<p>'. '<p>'.
get_lang('Dear').' '. get_lang('Dear').' '.
stripslashes(Security::remove_XSS($recipient_name)).',<br /><br />'. stripslashes(Security::remove_XSS($recipient_name)).',<br /><br />'.
get_lang('Your personal settings have been registered').".</p>"; get_lang('Your personal settings have been registered')."</p>";
$formData = [ $formData = [
'button' => Display::button( 'button' => Display::button(
@ -1205,7 +1205,7 @@ if ($form->validate()) {
} else { } else {
if (!empty($values['email'])) { if (!empty($values['email'])) {
$linkDiagnostic = api_get_path(WEB_PATH).'main/search/search.php'; $linkDiagnostic = api_get_path(WEB_PATH).'main/search/search.php';
$textAfterRegistration .= '<p>'.get_lang('An e-mail has been sent to remind you of your login and password').'.</p>'; $textAfterRegistration .= '<p>'.get_lang('An e-mail has been sent to remind you of your login and password').'</p>';
$diagnosticPath = '<a href="'.$linkDiagnostic.'" class="custom-link">'.$linkDiagnostic.'</a>'; $diagnosticPath = '<a href="'.$linkDiagnostic.'" class="custom-link">'.$linkDiagnostic.'</a>';
$textAfterRegistration .= '<p>'; $textAfterRegistration .= '<p>';
$textAfterRegistration .= sprintf( $textAfterRegistration .= sprintf(

Loading…
Cancel
Save