Skip to content

Commit c84b2d9

Browse files
author
Alexander Smishlajev
committed
tracker name added to the page title;
mark page title for translation
1 parent e4c5689 commit c84b2d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/classic/html/_generic.help.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta http-equiv="Content-Type"
66
tal:attributes="content string:text/html;; charset=${request/client/charset}" />
77
<tal:block tal:condition="python:request.form.has_key('property')">
8-
<title i18n:translate=""><span tal:replace="property" i18n:name="property" /> help</title>
8+
<title i18n:translate=""><span i18n:name="property"
9+
tal:replace="property" /> help - <span i18n:name="tracker"
10+
tal:replace="config/TRACKER_NAME" /></title>
911
<script language="Javascript" type="text/javascript"
1012
tal:content="structure string:
1113
// this is the name of the field in the original form that we're working on

0 commit comments

Comments
 (0)