Skip to content

Commit

Permalink
Fix title translation
Browse files Browse the repository at this point in the history
  • Loading branch information
iherak authored and pspanja committed Dec 12, 2023
1 parent 7c3326b commit edc4d51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% extends '@admin/ui/dashboard/dashboard.html.twig' %}

{% trans_default_domain 'dashboard' %}

{% block title %}{{ 'my.dashboard'|trans|desc('My dashboard') }}{% endblock %}

0 comments on commit edc4d51

Please sign in to comment.