From 5ecd81bb098687010da7014c7867c7208a3f6873 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Wed, 5 Nov 2025 16:50:22 +0100 Subject: [PATCH] translate logout --- .../js/components/Stv/Studentenverwaltung.js | 6 +++++- system/phrasesupdate.php | 20 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) 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',