Merge "Truncate section names to 50 char"

This commit is contained in:
jenkins-bot 2016-02-16 04:55:59 +00:00 committed by Gerrit Code Review
commit c229a033bb

View file

@ -19,7 +19,7 @@ abstract class EchoEventPresentationModel implements JsonSerializable {
/**
* Recommended length of section titles included in messages
*/
const SECTION_TITLE_RECOMMENDED_LENGTH = 30;
const SECTION_TITLE_RECOMMENDED_LENGTH = 50;
/**
* @var EchoEvent