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