diff --git a/babel.cfg b/babel.cfg
index 6ad03778..d6b4a82c 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -1,6 +1,6 @@
[python: **.py]
-keywords = _ _l gettext
+keywords = _ _l gettext pgettext:1c,2
[jinja2: **/templates/**.html]
encoding = utf-8
-keywords = _ _l gettext
+keywords = _ _l gettext pgettext:1c,2
diff --git a/changedetectionio/blueprint/ui/templates/diff.html b/changedetectionio/blueprint/ui/templates/diff.html
index 4a89e24c..d654d8f0 100644
--- a/changedetectionio/blueprint/ui/templates/diff.html
+++ b/changedetectionio/blueprint/ui/templates/diff.html
@@ -25,7 +25,8 @@