1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00

chore: a feature flag -> one (#8367)

Missed a rewording
This commit is contained in:
Thomas Heartman 2024-10-04 13:02:30 +02:00 committed by GitHub
parent 51336568b1
commit b4c888a78f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => {
</TitleContainer>
<div>
<p>The project currently holds no feature flags.</p>
<p>Create a feature flag to get started.</p>
<p>Create one to get started.</p>
</div>
<div>
<Button href={`projects/${project}`} variant='contained'>