summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-07 09:51:07 +0100
committerPhil Hughes <me@iamphill.com>2016-06-14 08:36:07 +0100
commit1e762c0609d31942c05101ca7d38fa1572ec35a2 (patch)
treef433150af13dd080520d6844262399187dc9bea7 /app/helpers
parentf67b06ada016915211e84a7d12a063aa25e422f3 (diff)
downloadgitlab-ce-1e762c0609d31942c05101ca7d38fa1572ec35a2.tar.gz
todo title text update for manual todos
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/todos_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb
index b4923fbb138..6cfc86dfb9f 100644
--- a/app/helpers/todos_helper.rb
+++ b/app/helpers/todos_helper.rb
@@ -12,6 +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'
end
end