Fix user import
This commit is contained in:
@@ -355,10 +355,11 @@
|
||||
"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>",
|
||||
"usersFound": "Found {{ count }} users to import.",
|
||||
"success": "{{ count }} users successfully imported.",
|
||||
"failed": "The following users were not imported:"
|
||||
"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>.",
|
||||
"usersFound": "Found {{ count }} user(s) to import.",
|
||||
"success": "{{ count }} user(s) imported.",
|
||||
"failed": "The following users were not imported:",
|
||||
"sendInviteCheckbox": "Send invitation email to imported users"
|
||||
},
|
||||
"userExport": {
|
||||
"csv": "Export as CSV",
|
||||
|
||||
Reference in New Issue
Block a user