User: Adapt message after inscription -refs BT#20895

pull/4910/head
NicoDucou 2 years ago
parent 7f94b09c56
commit 99da95e791
  1. 7
      public/main/auth/inscription.php
  2. 3
      translations/messages.en.po

@ -1182,7 +1182,12 @@ if ($form->validate()) {
$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>';
$diagnosticPath = '<a href="'.$linkDiagnostic.'">'.$linkDiagnostic.'</a>';
$textAfterRegistration .= '<p>'.get_lang('Welcome, please go to diagnostic at '). $diagnosticPath.'</p>';
$textAfterRegistration .= '<p>';
$textAfterRegistration .= sprintf(
get_lang('Welcome, please go to diagnostic at %s.'),
$diagnosticPath
);
$textAfterRegistration .= '</p>';
}
if ($is_allowedCreateCourse) {

@ -24103,3 +24103,6 @@ msgstr "See as student"
msgid "Official code"
msgstr "Official code"
msgid "Welcome, please go to diagnostic at %s."
msgstr "Welcome, please go to diagnostic at %s."

Loading…
Cancel
Save