diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2019-07-23 18:06:51 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2019-07-23 18:08:57 +0300 |
commit | 982d5582ee4d5b91f008093e7c7d30d8a103d518 (patch) | |
tree | 7b3d59177fed81f35162987effba41db2e46bf59 /app | |
parent | a9c7bda8f6f63c774bf723aeaefa47e98ccdfb2a (diff) | |
download | gitlab-ce-982d5582ee4d5b91f008093e7c7d30d8a103d518.tar.gz |
Update author prefix on merge request notification
Diffstat (limited to 'app')
-rw-r--r-- | app/views/notify/new_merge_request_email.html.haml | 2 |
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 |