Small textual tweak

This commit is contained in:
Paul van Tilburg 2015-12-15 12:46:27 +01:00
parent a2e021a6c6
commit faf95f842e
1 changed files with 1 additions and 1 deletions

View File

@ -1834,7 +1834,7 @@ module StopTime::Views
elsif @active_tasks[customer].empty?
p do
em "No active projects/tasks found! " +
"Register time on one of these tasks: "
"Register time on one of these projects/tasks: "
br
@tasks[customer].each do |task|
a task.name, href: R(CustomersNTasksN, customer.id, task.id)