diff --git a/changedetectionio/templates/edit/include_subtract.html b/changedetectionio/templates/edit/include_subtract.html
index 3ee694acff7..d58dcf586c8 100644
--- a/changedetectionio/templates/edit/include_subtract.html
+++ b/changedetectionio/templates/edit/include_subtract.html
@@ -10,7 +10,7 @@
Note!: //text() function does not work where the <element> contains <![CDATA[]]>
{% endif %}
One CSS, xPath 1 & 2, JSON Path/JQ selector per line, any rules that matches will be used.
- Show advanced help and tips
+ {{ _('Show advanced help and tips') }}
- CSS - Limit text to this CSS rule, only text matching this CSS rule is included.
- JSON - Limit text to this JSON rule, using either JSONPath or jq (if installed).
@@ -47,9 +47,9 @@
//*[contains(text(), 'Advertisement')]") }}
- - Remove HTML element(s) by CSS and XPath selectors before text conversion.
- - Don't paste HTML here, use only CSS and XPath selectors
- - Add multiple elements, CSS or XPath selectors per line to ignore multiple parts of the HTML.
+ - {{ _('Remove HTML element(s) by CSS and XPath selectors before text conversion.') }}
+ - {{ _("Don't paste HTML here, use only CSS and XPath selectors") }}
+ - {{ _('Add multiple elements, CSS or XPath selectors per line to ignore multiple parts of the HTML.') }}
diff --git a/changedetectionio/translations/ja/LC_MESSAGES/messages.mo b/changedetectionio/translations/ja/LC_MESSAGES/messages.mo
index 047edeb91ad..fd4c40b104e 100644
Binary files a/changedetectionio/translations/ja/LC_MESSAGES/messages.mo and b/changedetectionio/translations/ja/LC_MESSAGES/messages.mo differ
diff --git a/changedetectionio/translations/ja/LC_MESSAGES/messages.po b/changedetectionio/translations/ja/LC_MESSAGES/messages.po
index 3f537ce139b..0d890657d1c 100644
--- a/changedetectionio/translations/ja/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/ja/LC_MESSAGES/messages.po
@@ -606,7 +606,7 @@ msgstr "テキスト変換前に CSS および XPath セレクターで HTML 要
#: changedetectionio/blueprint/settings/templates/settings.html
msgid "Don't paste HTML here, use only CSS and XPath selectors"
-msgstr "ここにHTMLを貼り付けないでください。CSSとXPathセレクターのみを使用してください"
+msgstr "ここにHTMLを貼り付けないでください。CSSとXPathセレクターのみを使用してください。"
#: changedetectionio/blueprint/settings/templates/settings.html
msgid "Add multiple elements, CSS or XPath selectors per line to ignore multiple parts of the HTML."