From faf95f842e1c4fc0237f319f610e46066a8b8e13 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 15 Dec 2015 12:46:27 +0100 Subject: [PATCH] Small textual tweak --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 8dbef5b..ac45c58 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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)