summaryrefslogtreecommitdiff
path: root/app/views/notify
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-10 00:41:25 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-10 00:41:25 -0800
commitc9e31875dc4e27e679aed3f301a8161b45b4ce99 (patch)
treea5f761098d8847b8636f5d9cdb6e1378195a6873 /app/views/notify
parentfa323c0ca112aeab52869efd84f2cb137558967b (diff)
parent54e65c11762c867c39e9566dac3307bf790d2d86 (diff)
downloadgitlab-ce-c9e31875dc4e27e679aed3f301a8161b45b4ce99.tar.gz
Merge pull request #5566 from dpursehouse/improve-email-notification-message
Improve message in email notifications
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/_note_message.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml
index 88c4df55b7f..9e329af2d47 100644
--- a/app/views/notify/_note_message.html.haml
+++ b/app/views/notify/_note_message.html.haml
@@ -1,6 +1,6 @@
%p
%strong #{@note.author_name}
- left next message:
+ wrote:
%cite{style: 'color: #666'}
= markdown(@note.note)