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.
; + returnThis page is for team use only. Please contact an administrator if you want to join this team.
; } return