aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/admin/stats.html2
-rw-r--r--templates/web/base/questionnaire/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/base/admin/stats.html b/templates/web/base/admin/stats.html
index 535f04d18..150afd619 100644
--- a/templates/web/base/admin/stats.html
+++ b/templates/web/base/admin/stats.html
@@ -99,7 +99,7 @@
[% END %]
<p>
- <input type="submit" class="btn" name="getcounts" size="30" id="getcounts" value="Get Count" />
+ <input type="submit" class="btn" name="getcounts" size="30" id="getcounts" value="[% loc('Get Count') %]" />
</p>
</form>
diff --git a/templates/web/base/questionnaire/index.html b/templates/web/base/questionnaire/index.html
index 8639a436f..84a9d7efd 100644
--- a/templates/web/base/questionnaire/index.html
+++ b/templates/web/base/questionnaire/index.html
@@ -22,8 +22,8 @@
<p class="questionnaire-report-reminder__report-meta">[% problem.meta_line(c) | html %]</p>
[% IF updates.size %]
<p class="questionnaire-report-reminder__last-update-header">
- <strong>Last update</strong>
- <a href="/report/[% problem.id %]">Show all updates</a>
+ <strong>[% loc('Last update') %]</strong>
+ <a href="/report/[% problem.id %]">[% loc('Show all updates') %]</a>
</p>
<p class="questionnaire-report-reminder__last-update">&ldquo;[% updates.last.text | add_links %]&rdquo;</p>
[% END %]