From 0826bad47141672ca9f8bbfa6e0273cdd5aee314 Mon Sep 17 00:00:00 2001 From: valentina Date: Tue, 9 Jul 2024 14:37:11 +0200 Subject: [PATCH] Fix plugin note --- editor.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/editor.php b/editor.php index 68eb13743..268a0a984 100755 --- a/editor.php +++ b/editor.php @@ -386,10 +386,10 @@ if (empty($record) || !$has_access) {
- '.Carbon::parse($operation['created_at'])->diffForHumans().' + '.Carbon::parse($operation['created_at'])->diffForHumans().'

'.$description.'

- '.$operation['username'].' + '.$operation['username'].'
'; @@ -397,17 +397,16 @@ if (empty($record) || !$has_access) { echo '
-
- '; + '; } else { echo '
- '.tr('Informazione:').' '.tr('Nessun log disponibile per questa scheda').'.
'; } echo ' + '; }