diff --git a/src/translation/en.json b/src/translation/en.json index 501a30af9..462d35a31 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -355,7 +355,7 @@ "title": "Import Users", "fileInput": "Select JSON or CSV file", "importAction": "Import", - "description": "The import requires a specific schema for both JSON and CSV. The detailed schema is described in our documentation.", + "description": "Upload a JSON or CSV file with the schema described in our documentation", "usersFound": "Found {{ count }} user(s) to import.", "success": "{{ count }} user(s) imported.", "failed": "The following users were not imported:", @@ -1292,10 +1292,10 @@ "howToConnectInfoModal": "Configuring Email Clients", "mailboxImportDialog": { "title": "Import Mailboxes", - "description": "The import requires a specific schema for JSON. The detailed schema is described in our documentation", - "fileInput": "Select JSON file", - "mailboxesFound": "Found {{ count }} mailboxes to import", - "success": "{{ count }} mailboxes successfully imported.", + "description": "Upload a JSON or CSV file with the schema described in our documentation.", + "fileInput": "Select JSON or CSV file", + "mailboxesFound": "Found {{ count }} mailbox(es) to import", + "success": "{{ count }} mailbox(es) imported.", "failed": "The following mailboxes were not imported:", "importAction": "Import" } diff --git a/src/views/email.html b/src/views/email.html index 921a2bf71..9a212c831 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -209,13 +209,13 @@