mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
registration: Indicate that slack import can take a while.
This commit is contained in:
@@ -1055,7 +1055,7 @@ def realm_import_status(
|
||||
# TODO: Either store the path to the temporary conversion directory on
|
||||
# preregistration_realm.data_import_metadata, or have the conversion
|
||||
# process support writing updates to this for a better progress indicator.
|
||||
return json_success(request, {"status": _("Converting Slack data…")})
|
||||
return json_success(request, {"status": _("Converting Slack data… This may take a while.")})
|
||||
|
||||
if realm.deactivated:
|
||||
# These "if" cases are in the inverse order than they're done
|
||||
|
Reference in New Issue
Block a user