mirror of https://github.com/zulip/zulip.git
Shorten overly long names.
They were getting clipped in our box. (imported from commit 8a33c385f81753c795ec1a62883aa45c6b6a26e3)
This commit is contained in:
parent
78b1f7140e
commit
ada6a8d5d3
|
@ -3,8 +3,8 @@ var referral = (function () {
|
|||
var exports = {};
|
||||
|
||||
var placeholder_invitees = ['nikola.tesla@example.com',
|
||||
'samuel.morse@example.com',
|
||||
'claude.shannon@example.com',
|
||||
'sam.morse@example.com',
|
||||
'c.shannon@example.com',
|
||||
'hedy.lamarr@example.com',
|
||||
'grace.hopper@example.com',
|
||||
'ada.lovelace@example.com'];
|
||||
|
|
Loading…
Reference in New Issue