diff --git a/src/core/BuilderBlock/Block/Editor/EditorBlock.php b/src/core/BuilderBlock/Block/Editor/EditorBlock.php index e8e377b..e89296a 100644 --- a/src/core/BuilderBlock/Block/Editor/EditorBlock.php +++ b/src/core/BuilderBlock/Block/Editor/EditorBlock.php @@ -9,6 +9,6 @@ class EditorBlock extends BuilderBlock { public function configure() { - $this->setCategory('Editor'); + $this->setCategory('Editors'); } } diff --git a/src/core/Resources/translations/messages.fr.yaml b/src/core/Resources/translations/messages.fr.yaml index 31daaf0..1586a32 100644 --- a/src/core/Resources/translations/messages.fr.yaml +++ b/src/core/Resources/translations/messages.fr.yaml @@ -233,3 +233,5 @@ "Insert line breaks": "Ajouter les retours chariot" 'Allow HTML': "Autoriser l'HTML" "Custom class": "Classe personnalisée" +"Editors": "Éditeurs" +"All": "Tous"