Skip to content

Commit 0a56dfe

Browse files
samejrmatt-aitken
authored andcommitted
Title consistency
1 parent bc48352 commit 0a56dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/presenters/v3/LimitsPresenter.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ export class LimitsPresenter extends BasePresenter {
198198
isOnTopPlan,
199199
rateLimits: {
200200
api: {
201-
name: "API Rate Limit",
201+
name: "API rate limit",
202202
description: "Rate limit for API requests (trigger, batch, etc.)",
203203
config: apiRateLimitConfig,
204204
source: apiRateLimitSource,
205205
currentTokens: apiRateLimitTokens,
206206
},
207207
batch: {
208-
name: "Batch Rate Limit",
208+
name: "Batch rate limit",
209209
description: "Rate limit for batch trigger operations",
210210
config: batchRateLimitConfig,
211211
source: batchRateLimitSource,

0 commit comments

Comments
 (0)