From af92a9726e30781b146abf6669710d47f1ad6975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Jeleni=C4=87?= Date: Thu, 23 Nov 2023 16:33:38 +0100 Subject: [PATCH] Sets "Pywb Error" string as translatable in error template (#868) --- pywb/templates/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywb/templates/error.html b/pywb/templates/error.html index 2cf9a276..ba15dbd5 100644 --- a/pywb/templates/error.html +++ b/pywb/templates/error.html @@ -3,7 +3,7 @@ {% block body %}
-

Pywb Error

+

{{ _('Pywb Error') }}