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

fix: text changes

This commit is contained in:
Fredrik Oseberg 2022-02-03 15:18:43 +01:00
parent 559d8e6b5f
commit 227511664b
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ const EditFeature = () => {
return (
<FormTemplate
loading={loading}
title="Create Feature toggle"
title="Edit Feature toggle"
description="Feature toggles support different use cases, each with their own specific needs such as simple static routing or more complex routing.
The feature toggle is disabled when created and you decide when to enable"
documentationLink="https://docs.getunleash.io/"

View File

@ -81,7 +81,7 @@ const FeatureForm: React.FC<IFeatureToggleForm> = ({
onBlur={validateToggleName}
/>
<p className={styles.inputDescription}>
What kind of feature toggle do you want to create?
What kind of feature toggle do you want?
</p>
<FeatureTypeSelect
value={type}