chore: streamline jobprofile wording

This commit is contained in:
Björn Fromme
2024-01-28 17:53:56 +01:00
parent 75bd055474
commit 4240ff6ad2
6 changed files with 11 additions and 11 deletions
@@ -1,11 +1,11 @@
{% extends 'admin/layout.html.twig' %}
{% block title %}Einstellungen - Job-Profil bearbeiten{% endblock %}
{% block title %}Einstellungen - Jobprofil bearbeiten{% endblock %}
{% block content %}
<div class="max-w-screen-sm">
<h1 class="text-2xl font-bold pb-8">
Job-Profil bearbeiten
Jobprofil bearbeiten
</h1>
{% include 'admin/system/job_profile/_form.html.twig' %}
</div>