Skip to content
Snippets Groups Projects
Commit 3ff6453e authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Typo-Fix

parent fc3846a0
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ if(startLong != null && endLong != null)
datebegin = startdate;
if(datetime.isToday(endLong))
dateend = ranslate.text("today");
dateend = translate.text("today");
else if(datetime.isTomorrow(endLong))
dateend = ranslate.text("tomorrow");
dateend = translate.text("tomorrow");
else
dateend = enddate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment