Fix mailbox import
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user