From 82b9436c508fd9739555240991abda1b2fd63bd4 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 11 Nov 2016 14:59:25 +0100 Subject: rename coordinator to supporter --- includes/view/User_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/User_view.php') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index a620aa80..5bef0828 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -332,7 +332,7 @@ function User_angeltypes_render($user_angeltypes) { } else { $class = 'text-success'; } - $output[] = '' . ($angeltype['coordinator'] ? glyph('education') : '') . $angeltype['name'] . ''; + $output[] = '' . ($angeltype['supporter'] ? glyph('education') : '') . $angeltype['name'] . ''; } return join('
', $output); } -- cgit v1.2.3-54-g00ecf