From 7e5cad8f280e9817eaa32e80d041cd606c6f0e88 Mon Sep 17 00:00:00 2001 From: Ciaran Downey <me@ciarand.me> Date: Wed, 1 May 2013 15:09:18 -0700 Subject: [PATCH] Swapped out placeholder text on teams admin page Changed "simple Teams description" placeholder subtitle to "allow you to organize groups of people that have a common focus. Use teams to simplify the process of assigning roles to groups of people." --- app/views/admin/teams/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/teams/index.html.haml b/app/views/admin/teams/index.html.haml index 225ad16677..cf24ed5398 100644 --- a/app/views/admin/teams/index.html.haml +++ b/app/views/admin/teams/index.html.haml @@ -1,7 +1,7 @@ %h3.page_title Teams %small - simple Teams description + allow you to organize groups of people that have a common focus. Use teams to simplify the process of assigning roles to groups of people. = link_to 'New Team', new_admin_team_path, class: "btn btn-small pull-right" %br -- 2.30.9