diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js
index 937e90c89..d53d9a789 100644
--- a/public/js/components/Stv/Studentenverwaltung.js
+++ b/public/js/components/Stv/Studentenverwaltung.js
@@ -386,7 +386,11 @@ export default {
/>
- Logout
+
+
+ {{ $p.t('ui/logout') }}
+
+
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index ef27601df..97b62a0d9 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -1775,6 +1775,26 @@ $phrases = array(
)
)
),
+ array(
+ 'app' => 'core',
+ 'category' => 'ui',
+ 'phrase' => 'logout',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => 'Logout',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Logout',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
array(
'app' => 'core',
'category' => 'ui',