From a50a483d0c5176b5c17d34afd46ae83f3c942ae2 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Mon, 18 Sep 2023 14:43:13 +0300 Subject: [PATCH] fix: rename Push to Environment button (#4759) Rename to `Copy to Environment` Closes # [1-1388](https://linear.app/unleash/issue/1-1388/update-the-text-for-the-button-push-to-environment-from-variants) Screenshot 2023-09-18 at 13 46 57 Signed-off-by: andreas-unleash --- .../PushVariantsButton/PushVariantsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/PushVariantsButton/PushVariantsButton.tsx b/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/PushVariantsButton/PushVariantsButton.tsx index 6d867f3c92..42eebbc9cc 100644 --- a/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/PushVariantsButton/PushVariantsButton.tsx +++ b/frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants/PushVariantsButton/PushVariantsButton.tsx @@ -100,7 +100,7 @@ export const PushVariantsButton = ({ aria-expanded={pushToOpen ? 'true' : undefined} variant="outlined" > - Push to environment + Copy to environment