From 0d99cc35d4b0964c2351bbbfad920785cb26aa5e Mon Sep 17 00:00:00 2001 From: ma0048 Date: Thu, 16 Jan 2025 15:59:36 +0100 Subject: [PATCH] - phrasen angepasst --- public/js/components/Tag/Tag.js | 2 +- system/phrasesupdate.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/public/js/components/Tag/Tag.js b/public/js/components/Tag/Tag.js index b1bf33dbd..ba4e75352 100644 --- a/public/js/components/Tag/Tag.js +++ b/public/js/components/Tag/Tag.js @@ -237,7 +237,7 @@ export default { diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 746c24da3..2cad53673 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -1233,6 +1233,26 @@ $phrases = array( ) ) ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'create', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Anlegen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Create', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'global',