From 6f8365a0f042f48606860db506aba008bf9dff57 Mon Sep 17 00:00:00 2001 From: Yuhao Su Date: Fri, 26 Jul 2024 16:59:37 +0800 Subject: [PATCH] improve --- src/license/src/feature.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/license/src/feature.rs b/src/license/src/feature.rs index 70d17336d8b67..db99ef264bcd9 100644 --- a/src/license/src/feature.rs +++ b/src/license/src/feature.rs @@ -46,7 +46,7 @@ macro_rules! for_all_features { { TestPaid, Paid, "A dummy feature that's only available on paid tier for testing purposes." }, { TimeTravel, Paid, "Query historical data within the retention period."}, { GlueSchemaRegistry, Paid, "Use Schema Registry from AWS Glue rather than Confluent." }, - { SecretManagement, Paid, "Use secret management" }, + { SecretManagement, Paid, "Secret management" }, } }; }