Skip to content
Snippets Groups Projects
Commit eb410878 authored by Peter Thienel's avatar Peter Thienel
Browse files

Comma between date and time. re #608

parent 3aaeda92
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<td class="actions">
<?= ActionMenu::get()->setContext(
sprintf(
_('Sperre vom %1$s %2$s Uhr bis %3$s %4$s Uhr'),
_('Sperre vom %1$s, %2$s Uhr bis %3$s, %4$s Uhr'),
strftime('%x', $lock->begin),
date('H:i', $lock->begin),
strftime('%x', $lock->end),
......
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