diff --git a/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs b/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs index 19a4a32e..2b7825e0 100644 --- a/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs @@ -64,7 +64,7 @@ [assembly: Feature( Id = ResetStripeApiCredentials, Name = "Lombiq Hosting - Tenants Maintenance Reset Stripe API Credentials", - Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are empty.", + Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are not empty.", Category = "Maintenance", - Dependencies = new[] { Maintenance } + Dependencies = [Maintenance] )]