diff --git a/templates/Entry/entry.html.twig b/templates/Entry/entry.html.twig index 79714095b..f23a32844 100644 --- a/templates/Entry/entry.html.twig +++ b/templates/Entry/entry.html.twig @@ -87,7 +87,7 @@ {% if is_granted('STAR', entry) %}
  • - {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %} + {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %} {{ 'entry.view.left_menu.set_as_starred'|trans }}