From 28170ab893bc20188972374542b192e1a77da9ab Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Wed, 24 Apr 2024 15:06:31 +0200 Subject: [PATCH] Language: Legal: fix translation string to use the one that exist with all the translations --- public/main/auth/inscription.php | 2 +- public/main/social/personal_data.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/main/auth/inscription.php b/public/main/auth/inscription.php index 808028c34c..d305317060 100644 --- a/public/main/auth/inscription.php +++ b/public/main/auth/inscription.php @@ -1100,7 +1100,7 @@ if ($form->validate()) { $currentUserInfo['complete_name'] ); $contentEmail = sprintf( - get_lang('User %s signed the agreement.TheY'), + get_lang('User %s signed the agreement the %s.'), $currentUserInfo['complete_name'], api_get_local_time($time) ); diff --git a/public/main/social/personal_data.php b/public/main/social/personal_data.php index c0ca9b9e15..16f2643cc2 100644 --- a/public/main/social/personal_data.php +++ b/public/main/social/personal_data.php @@ -88,7 +88,7 @@ switch ($action) { $currentUserInfo['complete_name'] ); $contentEmail = sprintf( - get_lang('User %s signed the agreement.TheDateY'), + get_lang('User %s signed the agreement the %s.'), $currentUserInfo['complete_name'], api_get_local_time() );