aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/admin/login_style.php
diff options
context:
space:
mode:
authorAndré Noack <noack@data-quest.de>2024-03-07 11:24:10 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-03-07 11:24:10 +0000
commit21a9e665414b4befccf40222c5c0e02f19b055fb (patch)
tree87c9a69d45a2826461f0f836fee8094cee411419 /app/controllers/admin/login_style.php
parent4c813f2b7ac67211882a8137e18137381b91ce75 (diff)
Resolve "Login FAQ ist nicht übersetzbar"
Closes #3780 Merge request studip/studip!2653
Diffstat (limited to 'app/controllers/admin/login_style.php')
-rw-r--r--app/controllers/admin/login_style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin/login_style.php b/app/controllers/admin/login_style.php
index 615e777..35cd7d8 100644
--- a/app/controllers/admin/login_style.php
+++ b/app/controllers/admin/login_style.php
@@ -177,8 +177,8 @@ class Admin_LoginStyleController extends AuthenticatedController
CSRFProtection::verifyRequest();
$entry->setData([
- 'title' => trim(Request::get('title')),
- 'description' => trim(Request::get('description')),
+ 'title' => Request::i18n('title'),
+ 'description' => Request::i18n('description'),
]);
if ($entry->store()) {