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 );