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" }, } }; }