Skip to content

Commit d51e509

Browse files
authored
fix(ui) Update terms in project key configuration (#26166)
Project key rate limits only apply to errors. Update help text to be more specific.
1 parent 1f4507f commit d51e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/settings/project/projectKeys/details/keyRateLimitsForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class KeyRateLimitsForm extends React.Component<Props> {
153153
);
154154
}}
155155
help={t(
156-
'Apply a rate limit to this credential to cap the amount of events accepted during a time window.'
156+
'Apply a rate limit to this credential to cap the amount of errors accepted during a time window.'
157157
)}
158158
inline={false}
159159
>

0 commit comments

Comments
 (0)