Merge "Truncate usernames to 20 char in notifications"

This commit is contained in:
jenkins-bot 2016-02-11 19:02:21 +00:00 committed by Gerrit Code Review
commit 202afb8227

View file

@ -10,7 +10,7 @@ abstract class EchoEventPresentationModel {
/**
* Recommended length of usernames included in messages
*/
const USERNAME_RECOMMENDED_LENGTH = 30;
const USERNAME_RECOMMENDED_LENGTH = 20;
/**
* Recommended length of page names included in messages