diff --git a/src/Menu/AdminMenuBuilder.php b/src/Menu/AdminMenuBuilder.php index 04297f2..2a56322 100644 --- a/src/Menu/AdminMenuBuilder.php +++ b/src/Menu/AdminMenuBuilder.php @@ -63,16 +63,16 @@ class AdminMenuBuilder extends AbstractMenuBuilder ], [ 'route' => 'app_admin_system_job_profile_index', - 'title' => 'Job-Profile', + 'title' => 'Jobprofile', 'children' => [ [ 'route' => 'app_admin_system_job_profile_create', - 'title' => 'Job-Profil anlegen', + 'title' => 'Jobprofil anlegen', ], [ 'route' => 'app_admin_system_job_profile_edit', 'routeParameters' => $this->getDefaultRouteParameters(), - 'title' => 'Job-Profil bearbeiten', + 'title' => 'Jobprofil bearbeiten', ], ], ], diff --git a/templates/admin/system/feedback_set/index.html.twig b/templates/admin/system/feedback_set/index.html.twig index d1461f0..606f05b 100644 --- a/templates/admin/system/feedback_set/index.html.twig +++ b/templates/admin/system/feedback_set/index.html.twig @@ -37,7 +37,7 @@ {{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }} {{ stimulus_action('modal-button', 'confirmation', null, { 'title': 'Bist du sicher?', - 'content': 'Möchtest du das Job-Profil wirklich löschen?', + 'content': 'Möchtest du das Jobprofil wirklich löschen?', 'target-url': path('app_admin_system_feedback_set_delete', { 'id': feedbackSet.id }) }) }}> {{ icon('delete') }} diff --git a/templates/admin/system/job_profile/create.html.twig b/templates/admin/system/job_profile/create.html.twig index e9682ca..d7ae022 100644 --- a/templates/admin/system/job_profile/create.html.twig +++ b/templates/admin/system/job_profile/create.html.twig @@ -1,11 +1,11 @@ {% extends 'admin/layout.html.twig' %} -{% block title %}Einstellungen - Job-Profil anlegen{% endblock %} +{% block title %}Einstellungen - Jobprofil anlegen{% endblock %} {% block content %}

- Job-Profil anlegen + Jobprofil anlegen

{% include 'admin/system/job_profile/_form.html.twig' %}
diff --git a/templates/admin/system/job_profile/edit.html.twig b/templates/admin/system/job_profile/edit.html.twig index 2bac1a5..7061027 100644 --- a/templates/admin/system/job_profile/edit.html.twig +++ b/templates/admin/system/job_profile/edit.html.twig @@ -1,11 +1,11 @@ {% extends 'admin/layout.html.twig' %} -{% block title %}Einstellungen - Job-Profil bearbeiten{% endblock %} +{% block title %}Einstellungen - Jobprofil bearbeiten{% endblock %} {% block content %}

- Job-Profil bearbeiten + Jobprofil bearbeiten

{% include 'admin/system/job_profile/_form.html.twig' %}
diff --git a/templates/admin/system/job_profile/index.html.twig b/templates/admin/system/job_profile/index.html.twig index 6e50789..79586cf 100644 --- a/templates/admin/system/job_profile/index.html.twig +++ b/templates/admin/system/job_profile/index.html.twig @@ -4,7 +4,7 @@ {% block content %}

- Job-Profile + Jobprofile

@@ -58,7 +58,7 @@ {{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }} {{ stimulus_action('modal-button', 'confirmation', null, { 'title': 'Bist du sicher?', - 'content': 'Möchtest du das Job-Profil wirklich löschen?', + 'content': 'Möchtest du das Jobprofil wirklich löschen?', 'target-url': path('app_admin_system_job_profile_delete', { 'id': jobProfile.id }) }) }}> {{ icon('delete') }} diff --git a/templates/admin/teamer/skills.html.twig b/templates/admin/teamer/skills.html.twig index 42df112..7c4a12c 100644 --- a/templates/admin/teamer/skills.html.twig +++ b/templates/admin/teamer/skills.html.twig @@ -66,7 +66,7 @@ {% else %}
  • - {{ teamer.firstName }} hat bisher keine Job-Profile ausgewählt. + {{ teamer.firstName }} hat bisher keine Jobprofile ausgewählt.
  • {% endfor %}