From a21c3a7814008c92a8fa705fdfd1306fe053c10e Mon Sep 17 00:00:00 2001 From: tblivet Date: Thu, 8 Jan 2026 15:28:44 +0100 Subject: [PATCH] fix: link --- templates/errors/404.tpl | 4 ++-- templates/errors/410.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/errors/404.tpl b/templates/errors/404.tpl index a6118a72a..3b89fb391 100644 --- a/templates/errors/404.tpl +++ b/templates/errors/404.tpl @@ -21,10 +21,10 @@

{l - s='If this is a recurring problem, please [1]contact us[/1]' + s='If this is a recurring problem, please [1]contact us[/1].' d='Shop.Theme.Catalog' sprintf=[ - '[1]' => '', + '[1]' => '', '[/1]' => '' ] } diff --git a/templates/errors/410.tpl b/templates/errors/410.tpl index 5585f925c..06d91f332 100644 --- a/templates/errors/410.tpl +++ b/templates/errors/410.tpl @@ -20,10 +20,10 @@

{$page.title}

{l - s='If this is a recurring problem, please [1]contact us[/1]' + s='If this is a recurring problem, please [1]contact us[/1].' d='Shop.Theme.Catalog' sprintf=[ - '[1]' => '', + '[1]' => '', '[/1]' => '' ] }