todo title text update for manual todos

This commit is contained in:
Phil Hughes 2016-06-07 09:51:07 +01:00
parent f67b06ada0
commit 1e762c0609
1 changed files with 1 additions and 0 deletions

View File

@ -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