From 7acb3c349c07792e7cf5c24ab88d67ff9bb8fbeb Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Thu, 10 Feb 2022 08:56:34 +0100 Subject: [PATCH] Removed charcters '[ ]' from illegal set. Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it> --- vospace-ui-frontend/src/components/modal/FAQModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vospace-ui-frontend/src/components/modal/FAQModal.vue b/vospace-ui-frontend/src/components/modal/FAQModal.vue index eaf9c0a..d2789d7 100644 --- a/vospace-ui-frontend/src/components/modal/FAQModal.vue +++ b/vospace-ui-frontend/src/components/modal/FAQModal.vue @@ -19,7 +19,7 @@ </p> <p class="my-4"> <b>Q</b>: Are there any restrictions on allowed characters for file/folder names?<br/> - <b>A</b>: Yes, the following characters are not allowed for file/folder names: [ ] < > ? \ / " : | ' ` * + <b>A</b>: Yes, the following characters are not allowed for file/folder names: < > ? \ / " : | ' ` * </p> <p class="my-4"> <b>Q</b>: Is there a size limit to a file upload through the web UI?<br/> -- GitLab