From 2b12f90a49a2fd657f19aac06999e2727226750c Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray <annabel.dunstone@gmail.com> Date: Thu, 11 Apr 2024 06:05:09 -0600 Subject: [PATCH] Update feature flag modal text Changelog: changed --- .../feature_flags/components/configure_feature_flags_modal.vue | 2 +- locale/gitlab.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue b/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue index 9fb5d9f0943fc..cb99b86f1a365 100644 --- a/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue +++ b/app/assets/javascripts/feature_flags/components/configure_feature_flags_modal.vue @@ -221,7 +221,7 @@ export default { <gl-sprintf :message=" s__( - 'FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel.', + 'FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this dialog to cancel.', ) " > diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 040d9c34d9b61..6bd404f13e53c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -21684,7 +21684,7 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the feature flags." msgstr "" -msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." +msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this dialog to cancel." msgstr "" msgid "FeatureFlags|Try again in a few moments or contact your support team." -- GitLab