From 728f1547ec0dacd3aa386ae6744e00eefec9ae17 Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Thu, 16 Nov 2023 13:33:38 +0800 Subject: [PATCH] chore(console): update comments about hidden locale phrases (#4892) --- .../console/src/pages/SignInExperience/utils/constants.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/console/src/pages/SignInExperience/utils/constants.ts b/packages/console/src/pages/SignInExperience/utils/constants.ts index eb2232fd2..01a2f59ec 100644 --- a/packages/console/src/pages/SignInExperience/utils/constants.ts +++ b/packages/console/src/pages/SignInExperience/utils/constants.ts @@ -9,7 +9,7 @@ import { * Note: * - Not allowed customized phrases groups should be added here. Currently only the `development_tenant` group is not allowed. * - * - WIP-features-related phrases groups keys should be added here and controlled by the `isDevFeaturesEnabled` flag. + * - Unreleased feature phrase group keys should be added here and controlled by the `isDevFeaturesEnabled` flag. * @example * ```ts * export const hiddenLocalePhraseGroups: readonly LocalePhraseGroupKey[] = [ @@ -24,8 +24,7 @@ export const hiddenLocalePhraseGroups: readonly LocalePhraseGroupKey[] = ['devel * List of locale phrase key that should be hidden from the experience UI language editor. * * Note: - * - * WIP-features-related phrases keys should be added here and controlled by the `isDevFeaturesEnabled` flag. + * Unreleased feature phrase keys should be added here and controlled by the `isDevFeaturesEnabled` flag. * @example * ```ts * export const hiddenLocalePhrases: readonly LocalePhraseKey[] = [