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
@@ -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') }}
@@ -1,11 +1,11 @@
{% extends 'admin/layout.html.twig' %}
{% block title %}Einstellungen - Job-Profil anlegen{% endblock %}
{% block title %}Einstellungen - Jobprofil anlegen{% endblock %}
{% block content %}
<div class="max-w-screen-sm">
<h1 class="text-2xl font-bold pb-8">
Job-Profil anlegen
Jobprofil anlegen
</h1>
{% include 'admin/system/job_profile/_form.html.twig' %}
</div>
@@ -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>
@@ -4,7 +4,7 @@
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Job-Profile
Jobprofile
</h1>
<div class="data-table-wrapper">
<div class="data-table-wrapper__inner">
@@ -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') }}
+1 -1
View File
@@ -66,7 +66,7 @@
{% else %}
<li>
<div class="text-sm">
{{ teamer.firstName }} hat bisher keine Job-Profile ausgewählt.
{{ teamer.firstName }} hat bisher keine Jobprofile ausgewählt.
</div>
</li>
{% endfor %}