Skip to content

Commit 1e2c257

Browse files
authored
fix: Improve usage error wording (#2215)
#### Summary Make the error not tied to a month interval ---
1 parent c7534ba commit 1e2c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premium/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type ErrNoQuota struct {
1212
}
1313

1414
func (e ErrNoQuota) Error() string {
15-
return fmt.Sprintf("You have reached this plugin's usage limit for the month, please visit https://cloud.cloudquery.io/teams/%s/billing to upgrade your plan or increase the limit.", e.team)
15+
return fmt.Sprintf("You have reached this plugin's usage limit, please visit https://cloud.cloudquery.io/teams/%s/billing to upgrade your plan or increase the limit.", e.team)
1616
}
1717

1818
const DefaultQuotaCheckInterval = 30 * time.Second

0 commit comments

Comments
 (0)