Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-09 10:51:40 +0300
committerPhil Hughes <me@iamphill.com>2016-06-14 10:36:07 +0300
commit8abd7b35ff20214c072658a4e92e0418ae9e936a (patch)
treea1d545c87a637fbca0693d410d3575081565f12b /app/helpers/todos_helper.rb
parent330e91368195e182cbfa9b41a1d5304f67d07334 (diff)
Updated TODO description
Diffstat (limited to 'app/helpers/todos_helper.rb')
-rw-r--r--app/helpers/todos_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb
index 6cfc86dfb9f..9adf5ef29f7 100644
--- a/app/helpers/todos_helper.rb
+++ b/app/helpers/todos_helper.rb
@@ -12,7 +12,7 @@ module TodosHelper
when Todo::ASSIGNED then 'assigned you'
when Todo::MENTIONED then 'mentioned you on'
when Todo::BUILD_FAILED then 'The build failed for your'
- when Todo::MARKED then 'todo'
+ when Todo::MARKED then 'marked this as a Todo for'
end
end