From 86a881b3588a5fad0c7848deaad353671bbfa43c Mon Sep 17 00:00:00 2001 From: Harm te Molder Date: Thu, 21 Aug 2025 14:36:17 +0200 Subject: [PATCH] Use existing translation for "Public link" --- src/Helper/EntriesExport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Helper/EntriesExport.php b/src/Helper/EntriesExport.php index 273332ec9..14bbe253c 100644 --- a/src/Helper/EntriesExport.php +++ b/src/Helper/EntriesExport.php @@ -86,7 +86,7 @@ class EntriesExport */ public function updateAuthor($method) { - if ($method !== 'entry') { + if ('entry' !== $method) { $this->author = 'Various authors'; return $this; @@ -237,7 +237,7 @@ class EntriesExport if ($entry->isPublic()) { $publicLink = $this->wallabagUrl . '/share/' . $entry->getUid(); - $chapter .= '
Public link
' . $publicLink . '
'; + $chapter .= '
' . $this->translator->trans('entry.filters.is_public_help') . '
' . $publicLink . '
'; } $chapter .= '' .