diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-09-21 12:05:37 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-09-21 12:05:37 +0000 |
commit | eb640eded77a89daad6f6f4c691b0bd7f283da37 (patch) | |
tree | fb87e9e99c52efca8e7d50d0baf9590e8553484c /app/mailers | |
parent | abab0cd68a154efc97f9fcc096cbf97169c38dfd (diff) | |
download | gitlab-ce-eb640eded77a89daad6f6f4c691b0bd7f283da37.tar.gz |
Correct Gitlab Capitalization in code files
Diffstat (limited to 'app/mailers')
-rw-r--r-- | app/mailers/previews/notify_preview.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/mailers/previews/notify_preview.rb b/app/mailers/previews/notify_preview.rb index c133f4e6dbb..2f5b5483e9d 100644 --- a/app/mailers/previews/notify_preview.rb +++ b/app/mailers/previews/notify_preview.rb @@ -9,7 +9,7 @@ class NotifyPreview < ActionMailer::Preview In this notification email, we expect to see: - The note contents (that's what you're looking at) - - A link to view this note on Gitlab + - A link to view this note on GitLab - An explanation for why the user is receiving this notification MD @@ -26,7 +26,7 @@ class NotifyPreview < ActionMailer::Preview - A line saying who started this discussion - The note contents (that's what you're looking at) - - A link to view this discussion on Gitlab + - A link to view this discussion on GitLab - An explanation for why the user is receiving this notification MD @@ -44,7 +44,7 @@ class NotifyPreview < ActionMailer::Preview - A line saying who started this discussion and on what file - The diff - The note contents (that's what you're looking at) - - A link to view this discussion on Gitlab + - A link to view this discussion on GitLab - An explanation for why the user is receiving this notification MD |