Skip to content

Commit

Permalink
Merge pull request #60 from Probesys/41-change-page-title-when-editin…
Browse files Browse the repository at this point in the history
…g-a-domain

Fix title when editing a domain
  • Loading branch information
ctresvaux committed Nov 24, 2023
2 parents 1ad5052 + 506a037 commit cb9551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/domain/edit.html.twig
Expand Up @@ -2,7 +2,7 @@


{% block title %}
{{ 'Generics.actions.edit'|trans() }}{{ 'Entities.Domain.edit'|trans() }} <strong>{{domain.domain}}
{{ 'Entities.Domain.edit'|trans() }} {{domain.domain}}
{% endblock %}

{% block body %}
Expand Down

0 comments on commit cb9551f

Please sign in to comment.