diff --git a/src/components/file/editForm/File.edit.file.js b/src/components/file/editForm/File.edit.file.js index e76dba3a0d..6a79593fc2 100644 --- a/src/components/file/editForm/File.edit.file.js +++ b/src/components/file/editForm/File.edit.file.js @@ -185,7 +185,7 @@ export default [ input: true, key: 'fileNameTemplate', label: 'File Name Template', - placeholder: '(optional) { {name} }-{ {guid} }"', + placeholder: '(optional) { {name} }-{ {guid} }', tooltip: 'Specify template for name of uploaded file(s). Regular template variables are available (`data`, `component`, `user`, `value`, `moment` etc.), also `fileName`, `guid` variables are available. `guid` part must be present, if not found in template, will be added at the end.', weight: 25 },