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
@@ -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') }}