1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

feat: deletion confirmation spelling (#3548)

This commit is contained in:
Jaanus Sellin 2023-04-18 18:10:34 +03:00 committed by GitHub
parent 4a734e0e50
commit 592b40f8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ export const ArchivedFeatureDeleteConfirm = ({
}}
value={confirmName}
placeholder="<deletion confirmation>"
label="Deletetion confirmation"
label="Deletion confirmation"
/>
</form>
</Dialogue>