From 9c1aedf479f6dab3fbed8322c5a5ed62826c6f53 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 6 Aug 2015 16:00:42 +0200 Subject: [PATCH] Projektbuchungsbericht: Datumsbeschriftung ist von ... bis MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit nicht "zum Stand" und "Gegenüberstellen" --- templates/webpages/rp/report.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 1daba782a..93ef0a9ea 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -98,9 +98,9 @@ [% INCLUDE projectnumber %] - [% 'as at' | $T8 %] + [% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate, class='initial_focus') %] - [% 'Compare to' | $T8 %] + [% 'Bis' | $T8 %] [% L.date_tag('todate') %] -- 2.20.1