From 4bef37a9512d7fe501716487f1b1a6442c2e3f58 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 12:50:40 +0000 Subject: [PATCH] fix tests --- Models/EditorDoc.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index 97a55b4..83bb895 100755 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -84,7 +84,7 @@ class EditorDoc implements \JsonSerializable * @var string * @since 1.0.0 */ - private string $virtualPath = '/'; + public string $virtualPath = '/'; /** * Doc is visible in editor doc list. diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c15907c..0bd63a6 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -22,6 +22,8 @@ return ['Editor' => [ 'Insert' => 'Einfügung', 'Layout' => 'Layout', 'Name' => 'Name', + 'Note' => 'Note', + 'Notes' => 'Notes', 'Permission' => 'Erlaubnis', 'Preview' => 'Vorschau', 'Save' => 'Speichern',