Skip to content

Commit af045f8

Browse files
author
Alexander Smishlajev
committed
fix conditional block in i18n string [SF#1439927]
1 parent 13f0ac5 commit af045f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

templates/classic/html/issue.search.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,16 @@
205205
</tr>
206206

207207
<tr><td>&nbsp;</td>
208-
<td colspan="4" class="help" i18n:translate="">
209-
*: The "all text" field will look in message bodies and issue titles<br>
210-
<span tal:condition="python:request.user.hasPermission('Edit', 'query')">
208+
<td colspan="4" class="help">
209+
<span i18n:translate="" tal:omit-tag="true">
210+
*: The "all text" field will look in message bodies and issue titles
211+
</span><br>
212+
<span tal:condition="python:request.user.hasPermission('Edit', 'query')"
213+
i18n:translate="" tal:omit-tag="true"
214+
>
211215
**: If you supply a name, the query will be saved off and available as a
212216
link in the sidebar
213-
</span>
217+
</span>
214218
</td>
215219
</tr>
216220
</table>

0 commit comments

Comments
 (0)