diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js
index 676fb6583..a1bfd065d 100644
--- a/public/js/components/Stv/Studentenverwaltung.js
+++ b/public/js/components/Stv/Studentenverwaltung.js
@@ -220,6 +220,9 @@ export default {
}
return extraItems;
+ },
+ linkRt(){
+ return FHC_JS_DATA_STORAGE_OBJECT.app_root + '/vilesci/stammdaten/reihungstestverwaltung.php'
}
},
watch: {
@@ -680,6 +683,11 @@ export default {
+
+
+ {{ $p.t('stv/RTVerwaltung') }}
+
+
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index 8fa416ff3..97cb6f0aa 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -57255,6 +57255,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
+ array(
+ 'app' => 'core',
+ 'category' => 'stv',
+ 'phrase' => 'RTVerwaltung',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => 'Reihungstestverwaltung',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Administration Placement Test',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
);