diff --git a/public/js/components/Cis/Studium/Studium.js b/public/js/components/Cis/Studium/Studium.js index 246bbb296..1b7aff81b 100644 --- a/public/js/components/Cis/Studium/Studium.js +++ b/public/js/components/Cis/Studium/Studium.js @@ -281,13 +281,13 @@ export default {
Studiensemester:
- -
@@ -296,13 +296,13 @@ export default {
Studiengang:
- -
@@ -311,13 +311,13 @@ export default {
Semester:
- -
@@ -326,13 +326,13 @@ export default {
Studienordnung:
- -
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b7f6c8661..f4ed08415 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -30161,6 +30161,7 @@ array( ) ) ), + //ProfilUpdate Phrasen ende array( @@ -30183,6 +30184,46 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'previous', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'vorherige', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'previous', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'next', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'nächste', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'next', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'global',