From a1b22652b65099a32d96174d1ef24218b956a674 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 8 Feb 2017 14:05:36 +1100 Subject: [PATCH] fixed data entry link --- admin/supervisor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/supervisor.php b/admin/supervisor.php index 9281ad8e..058917ad 100644 --- a/admin/supervisor.php +++ b/admin/supervisor.php @@ -495,7 +495,7 @@ if ($case_id != false) $url = get_lime_url($case_id); print "
"; if ($id) - print "

 " . T_("Modify responses for this case") . "

"; + print "

 " . T_("Modify responses for this case") . "

"; else print ""; print "
";