mirror of https://github.com/zulip/zulip.git
Change column labels in /realm_activity.
(imported from commit 3435eebaefe46ff99a127a6834669b4be3186d8f)
This commit is contained in:
parent
9b4491db6a
commit
80f9ae7514
|
@ -2558,9 +2558,9 @@ def realm_user_summary_table(all_records):
|
||||||
|
|
||||||
cols = [
|
cols = [
|
||||||
'Email',
|
'Email',
|
||||||
'Use',
|
'Heard from',
|
||||||
'Send',
|
'Message sent',
|
||||||
'Pointer',
|
'Pointer motion',
|
||||||
'Desktop',
|
'Desktop',
|
||||||
'iPhone',
|
'iPhone',
|
||||||
'Android'
|
'Android'
|
||||||
|
|
Loading…
Reference in New Issue