diff --git a/views/html/charactergroupsqueststations/station.tpl b/views/html/charactergroupsqueststations/station.tpl
index a988dbc8..3755d958 100644
--- a/views/html/charactergroupsqueststations/station.tpl
+++ b/views/html/charactergroupsqueststations/station.tpl
@@ -97,10 +97,10 @@
- =_(sprintf('solved at %s', $timeFormatter->format(new \DateTime($group['solved']))))?>
+ =sprintf(_('solved at %s'), $timeFormatter->format(new \DateTime($group['solved'])))?>
- =_(sprintf('failed at %s', $timeFormatter->format(new \DateTime($group['solved']))))?>
+ =sprintf(_('failed at %s'), $timeFormatter->format(new \DateTime($group['solved'])))?>