diff --git a/templates/components/bookmark_list.html.twig b/templates/components/bookmark_list.html.twig index 2e075df3d..447c3fa11 100644 --- a/templates/components/bookmark_list.html.twig +++ b/templates/components/bookmark_list.html.twig @@ -1,16 +1,16 @@
  • {% if is_bookmarked_in_list(app.user, list, subject) %} {{ 'bookmark_remove_from_list'|trans({'%list%': list.name}) }} {% else %} {{ 'bookmark_add_to_list'|trans({'%list%': list.name}) }}