1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: change "toggle updated" to "flag updated" in toast message (#7439)

This message appears to have been missed when we did the previous
migration from "toggle" to "flag".
This commit is contained in:
Thomas Heartman 2024-06-25 09:34:44 +02:00 committed by GitHub
parent c14c67f476
commit 8ef59cd45d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ const EditFeature = () => {
await patchFeatureFlag(project, featureId, patch);
navigate(`/projects/${project}/features/${name}`);
setToastData({
title: 'Toggle updated successfully',
title: 'Flag updated successfully',
type: 'success',
});
} catch (error: unknown) {