Language: Legal: fix translation string to use the one that exist with all the translations

pull/5425/head
NicoDucou 1 year ago
parent a49a20d9e5
commit 28170ab893
  1. 2
      public/main/auth/inscription.php
  2. 2
      public/main/social/personal_data.php

@ -1100,7 +1100,7 @@ if ($form->validate()) {
$currentUserInfo['complete_name'] $currentUserInfo['complete_name']
); );
$contentEmail = sprintf( $contentEmail = sprintf(
get_lang('User %s signed the agreement.TheY'), get_lang('User %s signed the agreement the %s.'),
$currentUserInfo['complete_name'], $currentUserInfo['complete_name'],
api_get_local_time($time) api_get_local_time($time)
); );

@ -88,7 +88,7 @@ switch ($action) {
$currentUserInfo['complete_name'] $currentUserInfo['complete_name']
); );
$contentEmail = sprintf( $contentEmail = sprintf(
get_lang('User %s signed the agreement.TheDateY'), get_lang('User %s signed the agreement the %s.'),
$currentUserInfo['complete_name'], $currentUserInfo['complete_name'],
api_get_local_time() api_get_local_time()
); );

Loading…
Cancel
Save