[chore] Update custom detector default description (#3398)

This commit is contained in:
Miccah 2024-10-11 11:49:23 -07:00 committed by GitHub
parent 3ac63414a2
commit fe97978143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,7 @@ func (c *CustomRegexWebhook) Type() detectorspb.DetectorType {
return detectorspb.DetectorType_CustomRegex
}
const defaultDescription = "This is a customer-defined detector with no description provided."
const defaultDescription = "This is a user-defined detector with no description provided."
func (c *CustomRegexWebhook) Description() string {
if c.GetDescription() == "" {