mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
support: Clarify what missing data caused MissingDataError.
Update strings for support views to indicate if analytics data or audit log data was missing and caused a MissingDataError.
This commit is contained in:
committed by
Tim Abbott
parent
63363ba50a
commit
f3d0ec15ca
@@ -528,7 +528,9 @@ def remote_servers_support(
|
||||
remote_server
|
||||
)
|
||||
except MissingDataError:
|
||||
remote_server_to_max_monthly_messages[remote_server.id] = "Recent data missing"
|
||||
remote_server_to_max_monthly_messages[
|
||||
remote_server.id
|
||||
] = "Recent analytics data missing"
|
||||
|
||||
context["remote_servers"] = remote_servers
|
||||
context["remote_servers_support_data"] = server_support_data
|
||||
|
||||
Reference in New Issue
Block a user