diff --git a/public/js/api/checkperson.js b/public/js/api/checkperson.js
index 9cd85840a..7cad23c3d 100644
--- a/public/js/api/checkperson.js
+++ b/public/js/api/checkperson.js
@@ -15,7 +15,6 @@ export default {
try {
const url = base + '/api/frontend/v1/checkperson/CheckPerson/filterPerson';
return axios.post(url, payload)
- // return this.$fhcApi.post(url, payload, null);
} catch (error) {
throw error;
}
diff --git a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
index ca3bb9fbc..2dfd2a5e4 100644
--- a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
+++ b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js
@@ -125,7 +125,7 @@ export default {
},
watch: {
'formData.grund'(newVal) {
- this.unrulyInternal = (newVal === this.$p.t('studierendenantrag', 'mark_person_as_unruly'))
+ this.unrulyInternal = (newVal === this.$p.t('studierendenantrag', 'textLong_unruly'))
}
},
template: `
@@ -190,7 +190,7 @@ export default {
-
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index fce61b736..8f1d2c491 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -23414,7 +23414,7 @@ array(
array(
'app' => 'core',
'category' => 'studierendenantrag',
- 'phrase' => 'mark_person_as_unruly',
+ 'phrase' => 'dropdown_unruly',
'insertvon' => 'system',
'phrases' => array(
array(