fix label of questions path entry

This commit is contained in:
Frédéric Péters 2011-11-10 22:17:59 +01:00
parent 17cd0c6d97
commit c550715605
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
tal:define="error errors/questionsPath | nothing;
questionsPath python:request.get('questionsPath', view.settings.questionsPath)"
tal:attributes="class python:'field error' if error else 'field'">
<label for="questionsPath" i18n:translate="label_questions_path">Dossiers</label>
<label for="questionsPath" i18n:translate="label_questions_path">Questions</label>
<div tal:content="error" tal:condition="error" />
<input
name="questionsPath"