From 715b48c39f7240e1fd67d1876391186cd321e0f4 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Wed, 23 Jul 2025 13:41:24 +0200 Subject: [PATCH] =?UTF-8?q?Tab=20Nachrichten:=20Relationmessage=20Id,=20Le?= =?UTF-8?q?tzte=20=C3=84nderung,=20Status=20in=20capital=20letters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/components/Messages/Details/TableMessages.js | 4 ++-- system/phrasesupdate.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/js/components/Messages/Details/TableMessages.js b/public/js/components/Messages/Details/TableMessages.js index 65c090327..d2dbdb7ce 100644 --- a/public/js/components/Messages/Details/TableMessages.js +++ b/public/js/components/Messages/Details/TableMessages.js @@ -63,9 +63,9 @@ export default { {title: "recipient", field: "recipient"}, {title: "senderId", field: "sender_id"}, {title: "recipientId", field: "recipient_id"}, - {title: "relationmessage_id", field: "relationmessage_id"}, + {title: "Relationmessage ID", field: "relationmessage_id"}, { - title: "status", + title: "Status", field: "status", formatterParams: [ "unread", diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index e30c2e373..36f5f7dcc 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -24979,7 +24979,7 @@ array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'letzte Änderung', + 'text' => 'Letzte Änderung', 'description' => '', 'insertvon' => 'system' ), @@ -44516,6 +44516,7 @@ and represent the current state of research on the topic. The prescribed citatio ) ), // FHC-4 Studierendenverwaltung FHC-ALERTS END + // FHC-4 Finetuning START array( 'app' => 'core', 'category' => 'ui', @@ -44536,6 +44537,7 @@ and represent the current state of research on the topic. The prescribed citatio ) ) ), + // FHC-4 Finetuning END );