aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/questionnaire/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/questionnaire/index.html')
-rw-r--r--templates/web/base/questionnaire/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/base/questionnaire/index.html b/templates/web/base/questionnaire/index.html
index b4595bbcd..52d5ed5b1 100644
--- a/templates/web/base/questionnaire/index.html
+++ b/templates/web/base/questionnaire/index.html
@@ -74,7 +74,9 @@
[% IF c.cobrand.allow_photo_upload %]
<input type="hidden" name="upload_fileid" value="[% upload_fileid %]">
- <label for="form_photo">[% loc('Photo') %]</label>
+ <label for="form_photo">
+ <span data-singular="[% loc('Photo') %]" data-plural="[% loc('Photos') %]">[% loc('Photo') %]</span>
+ </label>
[% IF field_errors.photo %]
<p class='form-error'>[% field_errors.photo %]</p>