summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-05-13 14:53:55 -0500
committerDouwe Maan <douwe@selenight.nl>2016-05-13 17:31:58 -0500
commite0bb169ae390a00b3993bd0551859db05ad2bde1 (patch)
treef0914827778d38b8886a711676ea469ec5539601
parentc452fa8124ffe18e2e74e14491dcb3e419e60057 (diff)
downloadgitlab-ce-e0bb169ae390a00b3993bd0551859db05ad2bde1.tar.gz
"the outdated diff" -> "an outdated diff"
-rw-r--r--app/views/projects/notes/_discussion.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_discussion.html.haml b/app/views/projects/notes/_discussion.html.haml
index 40e03050a7d..aa26d8e87f1 100644
--- a/app/views/projects/notes/_discussion.html.haml
+++ b/app/views/projects/notes/_discussion.html.haml
@@ -26,7 +26,7 @@
= link_to diffs_namespace_project_merge_request_path(note.project.namespace, note.project, note.noteable, anchor: note.line_code) do
the diff
- else
- the outdated diff
+ an outdated diff
= time_ago_with_tooltip(note.created_at, placement: "bottom", html_class: "note-created-ago")