From ac57e527ce5e26a62abaa57ee634e27af6153ea2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Aug 2019 19:01:23 +0200 Subject: [PATCH] Fix translation --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 76d063393f8..1a7a07ba18d 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2799,7 +2799,7 @@ if ($action == 'editmeta' || $action == 'createcontainer') if ($action != 'createcontainer') { print ''; - print $langs->trans('LastModificationAuthor'); + print $langs->trans('UserModif'); print ''; if ($pageusermodifid > 0) {