fix periods

This commit is contained in:
Andy Miller
2021-01-19 08:33:34 -07:00
parent a03746145b
commit f095cc760b

View File

@@ -606,7 +606,7 @@ class TwigExtension extends AbstractExtension implements GlobalsInterface
}
}
$periods[$j] = $this->grav['language']->translate('GRAV.'.$periods[$j], null, true);
$periods[$j] = $this->grav['language']->translate('GRAV.'.$periods[$j]);
if ($now == $unix_date) {
return $tense;