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',