From 423ad13e7ad8cdf82940962bf831531818272588 Mon Sep 17 00:00:00 2001 From: alexandraRamanenka Date: Fri, 26 Jan 2024 06:50:30 -0500 Subject: [PATCH] FIO-7764: Fixes a typo in File component settings --- src/components/file/editForm/File.edit.file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },