From e81856afb9d6c5aa0561839a1f1a0f8d297b1821 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Mon, 29 Jul 2024 11:58:42 +0200 Subject: [PATCH] Phrases confirmChangeStatus --- .../Details/Status/Dropdown.js | 6 ++- system/phrasesupdate.php | 40 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Status/Dropdown.js b/public/js/components/Stv/Studentenverwaltung/Details/Status/Dropdown.js index a6d120b60..a8bd7782a 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Status/Dropdown.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Status/Dropdown.js @@ -604,10 +604,12 @@ export default { diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index cdc277e62..b0259bfb3 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -30006,6 +30006,46 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'lehre', + 'phrase' => 'modal_StatusactionSingle', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Den Status dieser Person wirklich auf {status} setzen?', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Really set this person\'s status to {status}?', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'lehre', + 'phrase' => 'modal_StatusactionPlural', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Den Status dieser {count} Personen wirklich auf {status} setzen?', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Really set the status of these {count} people to {status}?', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );