Fix typo elipses -> ellipsis
Change-Id: I8fff4c70c893ff3e0013e8111304aa7543e49487
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
## The ChangeSubject.vm template will determine the contents of the email
|
## The ChangeSubject.vm template will determine the contents of the email
|
||||||
## subject line for ALL emails related to changes.
|
## subject line for ALL emails related to changes.
|
||||||
##
|
##
|
||||||
#macro(elipses $length $str)
|
#macro(ellipsis $length $str)
|
||||||
#if($str.length() > $length)#set($length = $length - 3)${str.substring(0,$length)}...#else$str#end
|
#if($str.length() > $length)#set($length = $length - 3)${str.substring(0,$length)}...#else$str#end
|
||||||
#end
|
#end
|
||||||
Change in $projectName.replaceAll('/.*/', '...')[$branch.shortName]: #elipses(63, $change.subject)
|
Change in $projectName.replaceAll('/.*/', '...')[$branch.shortName]: #ellipsis(63, $change.subject)
|
||||||
|
Reference in New Issue
Block a user