Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Make wording of "Merged" html and text templates consistent BaseInit: Don't throw if schema cannot be upgraded Change-Id: If5f1230a893c644b07b899aa1e1403c01cc5f6d5
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* @param fromName
|
||||
*/
|
||||
{template .Merged kind="text"}
|
||||
{$fromName} has submitted this change and it was merged.
|
||||
{$fromName} has submitted this change.
|
||||
{if $email.changeUrl} ( {$email.changeUrl} ){/if}{\n}
|
||||
{\n}
|
||||
Change subject: {$change.subject}{\n}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
{template .MergedHtml}
|
||||
<p>
|
||||
{$fromName} <strong>merged</strong> this change.
|
||||
{$fromName} <strong>submitted</strong> this change.
|
||||
</p>
|
||||
|
||||
{if $email.changeUrl}
|
||||
|
||||
Reference in New Issue
Block a user