diff --git a/context/app/static/js/shared-styles/alerts/LoginAlert.tsx b/context/app/static/js/shared-styles/alerts/LoginAlert.tsx index b3942439b9..3743bf4204 100644 --- a/context/app/static/js/shared-styles/alerts/LoginAlert.tsx +++ b/context/app/static/js/shared-styles/alerts/LoginAlert.tsx @@ -11,7 +11,7 @@ export default function LoginAlert({ featureName }: LoginAlertProps) { Log in}> You must be logged in to access {featureName}. {featureName === 'workspaces' - ? ` At present, access to ${featureName} is restricted to HuBMAP members and invited community members.` + ? ' At present, access to workspaces is restricted to HuBMAP members and invited community members.' : ` Access to ${featureName} is restricted to HuBMAP members at present.`} );