Fix mailbox import

This commit is contained in:
Girish Ramakrishnan
2022-02-17 17:50:47 -08:00
parent 2d27a92587
commit f2c6d45c1c
4 changed files with 57 additions and 22 deletions

View File

@@ -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 <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>.",
"description": "Upload a JSON or CSV file with the schema described in our <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>",
"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 <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>",
"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 <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>.",
"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"
}