Commit cfca11f2bc0bea3c767e801707aa9e7571977df5
Exists in
master
and in
4 other branches
Merge pull request #2423 from hopson/master
Spelling error in merge request email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/new_merge_request_email.html.haml
@@ -14,6 +14,6 @@ | @@ -14,6 +14,6 @@ | ||
14 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} | 14 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} |
15 | Branches: #{@merge_request.source_branch} → #{@merge_request.target_branch} | 15 | Branches: #{@merge_request.source_branch} → #{@merge_request.target_branch} |
16 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} | 16 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} |
17 | - Asignee: #{@merge_request.author_name} → #{@merge_request.assignee_name} | 17 | + Assignee: #{@merge_request.author_name} → #{@merge_request.assignee_name} |
18 | %td | 18 | %td |
19 | 19 |