aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/admin')
-rw-r--r--templates/web/zurich/admin/index-sdm.html6
-rw-r--r--templates/web/zurich/admin/report_edit.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html
index cc6dc33a6..4e4009c16 100644
--- a/templates/web/zurich/admin/index-sdm.html
+++ b/templates/web/zurich/admin/index-sdm.html
@@ -1,13 +1,13 @@
[% PROCESS 'admin/header.html' title=loc('Summary') -%]
[% PROCESS 'admin/report_blocks.html' %]
-<h2>New reports</h2>
+<h2>[% loc('New reports') %]</h2>
[% INCLUDE list, problems = reports_new.all %]
-<h2>Reports awaiting approval</h2>
+<h2>[% loc('Reports awaiting approval') %]</h2>
[% INCLUDE list, problems = reports_unpublished.all, no_edit = 1 %]
-<h2>Reports published</h2>
+<h2>[% loc('Reports published') %]</h2>
[% INCLUDE list, problems = reports_published.all, no_edit = 1 %]
[% INCLUDE 'admin/footer.html' %]
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index 122045550..aabd9d7c9 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -48,8 +48,8 @@
<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]">
<br>
[% IF rotated %]Photo may be cached for a while.<br>[% END %]
-<input type="submit" name="rotate_photo" value="Rotate Left" />
-<input type="submit" name="rotate_photo" value="Rotate Right" />
+<input type="submit" name="rotate_photo" value="[% loc('Rotate Left') %]">
+<input type="submit" name="rotate_photo" value="[% loc('Rotate Right') %]">
<br>
<input type="checkbox" id="publish_photo" name="publish_photo" value="1"[% ' checked' IF problem.extra.publish_photo %]>
<label class="inline" for="publish_photo">[% loc("Publish photo") %]</label></li>
@@ -113,7 +113,7 @@
</select>
<br>
<input type="checkbox" name="third_personal" id="third_personal" value="1"[% ' checked' IF problem.extra.third_personal %]>
- <label for="third_personal" class="inline">Include reporter personal details</label>
+ <label for="third_personal" class="inline">[% loc('Include reporter personal details') %]</label>
</ul>