aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/reports/new/report_new.html4
-rw-r--r--templates/web/default/reports/new/report_new_map.html5
2 files changed, 2 insertions, 7 deletions
diff --git a/templates/web/default/reports/new/report_new.html b/templates/web/default/reports/new/report_new.html
index c684465ba..324a38b66 100644
--- a/templates/web/default/reports/new/report_new.html
+++ b/templates/web/default/reports/new/report_new.html
@@ -1,6 +1,6 @@
-[% INCLUDE 'header.html', title => loc('Create a report') %]
+[% INCLUDE 'header.html', title => loc('Reporting a problem') %]
-<h1>[% loc('Create a report') %]</h1>
+<h1>[% loc('Reporting a problem') %]</h1>
[% IF location_error %]
<div class="error">[% location_error %]</div>
diff --git a/templates/web/default/reports/new/report_new_map.html b/templates/web/default/reports/new/report_new_map.html
deleted file mode 100644
index b5bbc28f7..000000000
--- a/templates/web/default/reports/new/report_new_map.html
+++ /dev/null
@@ -1,5 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Create a report') %]
-
-<h1>[% loc('Create a report') %]</h1>
-
-[% INCLUDE 'footer.html' %] \ No newline at end of file