diff --git a/src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/index.js b/src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/index.js index 678f418b0..ddbc4afa7 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/index.js +++ b/src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/index.js @@ -52,10 +52,10 @@ Fields.forEach(function(field) { ClassicEditor .create( field ) .then( editor => { - console.log( 'CkEditor was initialized', editor ); + //console.log( 'CkEditor was initialized', editor ); }) .catch( error => { console.error( error.stack ); }) ; -}); \ No newline at end of file +}); diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig index ccc624e0c..768f4369e 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig +++ b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig @@ -5,7 +5,7 @@ {% block content %}
-
+

{{ 'Update third party %name%'|trans({ '%name%': thirdParty.name }) }} diff --git a/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml b/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml index dd4cef51f..7878ec196 100644 --- a/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml @@ -12,7 +12,7 @@ thirdparty.No_phonenumber: Aucun numéro de téléphone thirdparty.No_email: Aucun email thirdparty.No_comment: Aucun commentaire -thirdparty.NameCompany: Raison sociale +thirdparty.NameCompany: Service/Département thirdparty.Acronym: Sigle thirdparty.Categories: Catégories thirdparty.Child: Personne de contact