Updated TODO description

This commit is contained in:
Phil Hughes 2016-06-09 08:51:40 +01:00
parent 330e913681
commit 8abd7b35ff
1 changed files with 1 additions and 1 deletions

View File

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