Fix user import

This commit is contained in:
Girish Ramakrishnan
2022-02-17 14:42:24 -08:00
parent 5e76a8ea7b
commit dd364733a4
6 changed files with 91 additions and 30 deletions

View File

@@ -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",