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' + ) + ) + ), );