From 4a97db3357803a64df843b230fb926ff3f1a7b0c Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Wed, 17 May 2017 15:41:49 -0600 Subject: [PATCH] emma's copy --- client/coral-admin/src/containers/LayoutContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/containers/LayoutContainer.js b/client/coral-admin/src/containers/LayoutContainer.js index 6f14c6684..ce2761ce8 100644 --- a/client/coral-admin/src/containers/LayoutContainer.js +++ b/client/coral-admin/src/containers/LayoutContainer.js @@ -55,7 +55,7 @@ class LayoutContainer extends Component { /> ); } else if (loggedIn) { - return

you do not have permission to see this page.

; + return

This page is for team use only. Please contact an administrator if you want to join this team.

; } return ; }