aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/contact/enquiry/index.html2
-rw-r--r--templates/web/base/contact/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/contact/enquiry/index.html b/templates/web/base/contact/enquiry/index.html
index 8b8bba1b7..c88ca221e 100644
--- a/templates/web/base/contact/enquiry/index.html
+++ b/templates/web/base/contact/enquiry/index.html
@@ -23,7 +23,7 @@
<div class="form-group">
<label for="form_phone">[% loc('Your phone number') %]</label>
- <span class="required-text required-text--optional">optional</span>
+ <span class="required-text required-text--optional">[% loc('optional') %]</span>
<input type="text" class="form-control extra.phone" name="extra.phone" id="form_phone" value="[% report.user.phone | html %]" size="30">
</div>
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 85fa40f89..90a2cd778 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -92,7 +92,7 @@
<div class="form-group">
<label for="form_phone">[% loc('Your phone number') %]</label>
- <span class="required-text required-text--optional">optional</span>
+ <span class="required-text required-text--optional">[% loc('optional') %]</span>
<input type="text" class="form-control extra.phone" name="extra.phone" id="form_phone" value="" size="30">
</div>