Skip to content

Commit

Permalink
fix(core): typo synfony -> symfony (ems-project#600)
Browse files Browse the repository at this point in the history
Co-authored-by: David mattei <[email protected]>
  • Loading branch information
theus77 and Davidmattei authored Sep 11, 2023
1 parent f51754d commit 806b774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EMS/core-bundle/src/Resources/views/job/add.html.twig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% extends '@EMSCore/base.html.twig' %}{% trans_default_domain 'EMSCoreBundle' %}

{% block title %}Create job{% endblock %}
{% block pagetitle %}Create job{% endblock %}
{% block subtitle %}<small>Run a synfony command</small>{% endblock %}
{% block pagetitle %}Create job{% endblock %}
{% block subtitle %}<small>Run a symfony command</small>{% endblock %}


{% block body %}
Expand Down Expand Up @@ -33,4 +33,4 @@
{% include '@EMSCore/app/menu.html.twig' with {
'item': 'job-index'
}%}
{% endblock %}
{% endblock %}

0 comments on commit 806b774

Please sign in to comment.