diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-07 09:51:07 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-14 08:36:07 +0100 |
commit | 1e762c0609d31942c05101ca7d38fa1572ec35a2 (patch) | |
tree | f433150af13dd080520d6844262399187dc9bea7 /app | |
parent | f67b06ada016915211e84a7d12a063aa25e422f3 (diff) | |
download | gitlab-ce-1e762c0609d31942c05101ca7d38fa1572ec35a2.tar.gz |
todo title text update for manual todos
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/todos_helper.rb | 1 |
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 |