1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: typo

This commit is contained in:
Ivar Conradi Østhus 2021-05-14 22:46:11 +02:00
parent f585dcb2d7
commit a9d9a54bee

View File

@ -59,7 +59,7 @@ function AdminAuthPage({ authenticationType, history, enableOIDC }) {
/> />
<ConditionallyRender condition={authenticationType === 'hosted'} <ConditionallyRender condition={authenticationType === 'hosted'}
show={ show={
<Alert severity="info">You Unleash instance is managed by the Unleash-hosted team.</Alert> <Alert severity="info">Your Unleash instance is managed by the Unleash team.</Alert>
} }
/> />
</PageContent> </PageContent>