Skip to content

Commit e6ea707

Browse files
chore: Clarify and improve file upload content (#5681)
* missing translation * typo * update content outlining beta limitations --------- Co-authored-by: Tim Arney <timarney@users.noreply.github.com>
1 parent 729c8bb commit e6ea707

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

i18n/translations/en/form-builder.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@
211211
"fileInputWithApi": {
212212
"description": "A way to add supporting documentation.",
213213
"trialFeature": {
214-
"title": "Trial feature",
215-
"text1": "Some limitations apply. To use file upload, you must:",
216-
"bullet1": "Retrieve form responsse via API.",
217-
"bullet2": "Files uploaded to a form can have a maximum combined size of {{BODY_SIZE_LIMIT_WITH_FILES}} MB.",
218-
"bullet3": "All files will be scanned once submitted to identify and flag malicious files."
214+
"title": "Beta feature",
215+
"text1": "This trial feature is limited and requires:",
216+
"bullet1": "Retrieval of form responses via API",
217+
"bullet2": "{{BODY_SIZE_LIMIT_WITH_FILES}} MB maximum combined size of all files uploaded",
218+
"bullet3": "Files to be scanned for malicious content once submitted"
219219
},
220220
"recommendations": {
221221
"title": "Recommendations",

i18n/translations/fr/form-builder.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@
211211
"fileInputWithApi": {
212212
"description": "Un moyen d'ajouter de la documentation à l'appui.",
213213
"trialFeature": {
214-
"title": "Fonctionnalité à l'essai",
215-
"text1": "Certaines limitations s'appliquent. Pour utiliser le téléverseur de fichiers, vous devez :",
216-
"bullet1": "Récupérer les réponses au formulaire par API.",
217-
"bullet2": "Les fichiers téléversés dans un formulaire peuvent avoir une taille maximale combinée de {{BODY_SIZE_LIMIT_WITH_FILES}} MB.",
218-
"bullet3": "Tous les fichiers seront analysés après avoir été soumis afin d'identifier des fichiers malveillants."
214+
"title": "Fonctionnalité Bêta",
215+
"text1": "Cette fonctionnalité à l’essai est limitée et nécessite :",
216+
"bullet1": "La récupération des réponses au formulaire via l'API",
217+
"bullet2": "Une taille maximale combinée de tous les fichiers téléversés : {{BODY_SIZE_LIMIT_WITH_FILES}} Mo",
218+
"bullet3": "Les fichiers seront analysés pour du contenu malveillant une fois soumis"
219219
},
220220
"recommendations": {
221221
"title": "Recommendations",

0 commit comments

Comments
 (0)