Make wording of "Merged" html and text templates consistent
The wording "has submitted this change and it was merged" in the plain text version of the template is a legacy of when there was a submit queue and pressing "submit" on a change didn't guarantee that it would actually get submitted. Change it to "has submitted this change". Also change the html template, which had already had the "and it was merged" part removed, to say "submitted" instead of "merged". Change-Id: I5bfa5914abdc9f12e328306215b40ed669289392
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* @param fromName
|
||||
*/
|
||||
{template .Merged autoescape="strict" 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}
|
||||
@@ -39,4 +39,4 @@
|
||||
{$email.unifiedDiff}
|
||||
{\n}
|
||||
{/if}
|
||||
{/template}
|
||||
{/template}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
{template .MergedHtml autoescape="strict" kind="html"}
|
||||
<p>
|
||||
{$fromName} <strong>merged</strong> this change.
|
||||
{$fromName} <strong>submitted</strong> this change.
|
||||
</p>
|
||||
|
||||
{if $email.changeUrl}
|
||||
|
||||
Reference in New Issue
Block a user