diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c37f9065..08bbb8ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,9 @@ Version 1.5.3 ============= - the javascript for uploading a file now works within collections, listening to collection events. + +`Master` branch +=============== + +- replace default message on download button below dropzone ; + diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index d6bdf92f7..adf017864 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -3,6 +3,7 @@ Documents for %name%: Documents de %name% Preparing: En préparation Ready to show: Prêt à être visualisé Download: Télécharger +Download existing file: Télécharger le fichier existant Create new document: Créer un nouveau document New document for %name%: Nouveau document pour %name% Editing document for %name%: Modification d'un document pour %name% diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index 2be382f5d..f9253c267 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -2,7 +2,7 @@