summaryrefslogtreecommitdiff
path: root/app/helpers/todos_helper.rb
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-07-11 11:02:11 +0100
committerSean McGivern <sean@gitlab.com>2016-07-12 19:01:09 +0100
commitd957d5f1aa45d3a8474678e5439ccdc09a545482 (patch)
treea2de9685f2c15594c1bfa9dc6703d0c5b32c6558 /app/helpers/todos_helper.rb
parenteac0433f864b89a19bd3ca82afaf7957a9a3148f (diff)
downloadgitlab-ce-d957d5f1aa45d3a8474678e5439ccdc09a545482.tar.gz
Add approval required todosapproval-required-todo
Diffstat (limited to 'app/helpers/todos_helper.rb')
-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 a832a6c8df7..e43c209f90c 100644
--- a/app/helpers/todos_helper.rb
+++ b/app/helpers/todos_helper.rb
@@ -13,6 +13,7 @@ module TodosHelper
when Todo::MENTIONED then 'mentioned you on'
when Todo::BUILD_FAILED then 'The build failed for your'
when Todo::MARKED then 'added a todo for'
+ when Todo::APPROVAL_REQUIRED then 'set you as an approver for'
end
end