summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-07-23 18:06:51 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-07-23 18:08:57 +0300
commit982d5582ee4d5b91f008093e7c7d30d8a103d518 (patch)
tree7b3d59177fed81f35162987effba41db2e46bf59
parenta9c7bda8f6f63c774bf723aeaefa47e98ccdfb2a (diff)
downloadgitlab-ce-982d5582ee4d5b91f008093e7c7d30d8a103d518.tar.gz
Update author prefix on merge request notification
-rw-r--r--app/views/notify/new_merge_request_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_merge_request_email.html.haml b/app/views/notify/new_merge_request_email.html.haml
index 2ddea0b9f16..8fecdc6e8a6 100644
--- a/app/views/notify/new_merge_request_email.html.haml
+++ b/app/views/notify/new_merge_request_email.html.haml
@@ -5,7 +5,7 @@
.branch
= merge_path_description(@merge_request, 'to')
.author
- Author #{@merge_request.author_name}
+ Author: #{@merge_request.author_name}
.assignee
= assignees_label(@merge_request)
.approvers