diff --git a/frontend/src/hooks/api/actions/useFavoriteFeaturesApi/useFavoriteFeaturesApi.ts b/frontend/src/hooks/api/actions/useFavoriteFeaturesApi/useFavoriteFeaturesApi.ts index 38a30b3c5a..ccf4ef094a 100644 --- a/frontend/src/hooks/api/actions/useFavoriteFeaturesApi/useFavoriteFeaturesApi.ts +++ b/frontend/src/hooks/api/actions/useFavoriteFeaturesApi/useFavoriteFeaturesApi.ts @@ -24,7 +24,7 @@ export const useFavoriteFeaturesApi = () => { await makeLightRequest(req.caller, req.id); setToastData({ - title: 'Toggle added to favorites', + title: 'Feature flag added to favorites', type: 'success', }); trackEvent('favorite', { @@ -52,7 +52,7 @@ export const useFavoriteFeaturesApi = () => { await makeLightRequest(req.caller, req.id); setToastData({ - title: 'Toggle removed from favorites', + title: 'Feature flag removed from favorites', type: 'success', }); trackEvent('favorite', {