From 560bf5054113472833b61f011740c22fcbd9ddde Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Wed, 25 Mar 2009 09:41:35 +0000
Subject: [PATCH] tab link changed

---
 webui/group-attribute-change.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/group-attribute-change.php b/webui/group-attribute-change.php
index c630079c..c29cdef0 100644
--- a/webui/group-attribute-change.php
+++ b/webui/group-attribute-change.php
@@ -31,7 +31,7 @@ $db = connect_db();
 
 printHeader(array(
 		"Tabs" => array(
-			"Back to members" => "group-main.php",
+			"Back to group list" => "group-main.php",
 		),
 ));
 
-- 
GitLab