From 6650843f45f22cff9d8bce893bec18c8b8b084cd Mon Sep 17 00:00:00 2001 From: AbuNavsa <60141291+AbuNavsa@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:34:06 +0000 Subject: [PATCH] translation update --- designer/client/i18n/translations/en.translation.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designer/client/i18n/translations/en.translation.json b/designer/client/i18n/translations/en.translation.json index 7d7a98324e..7d651f0189 100644 --- a/designer/client/i18n/translations/en.translation.json +++ b/designer/client/i18n/translations/en.translation.json @@ -153,6 +153,8 @@ "AutocompleteField_info": "Sets a list of values to suggest to users as they complete this field", "CheckboxesField": "Checkboxes", "CheckboxesField_info": "A list for users to select multiple answers", + "ClientSideFileUploadField": "Client side file upload", + "ClientSideFileUploadField_info": "Allows users to upload files from the device they are using", "DateField": "Date", "DateField_info": "A calendar for users to specify a date", "DatePartsField": "Date parts",