From 8250583fcafc1961c7f8a17b33472da1c128cf25 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 8 Oct 2013 14:15:55 -0400 Subject: [PATCH] Fix two typos on Quotas page --- src/sentry/templates/sentry/projects/quotas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/templates/sentry/projects/quotas.html b/src/sentry/templates/sentry/projects/quotas.html index 401727207d8e67..b0cc7f1a295a42 100644 --- a/src/sentry/templates/sentry/projects/quotas.html +++ b/src/sentry/templates/sentry/projects/quotas.html @@ -11,7 +11,7 @@

{% trans "Rate Limits" %}

-

{% blocktrans %}With the nature of Sentry, sometimes the amount data collected can be overwhelming. You can set rate limits per-project to ensure that a single flood of errors won't affect other any other projects utilizing Sentry.{% endblocktrans %}

+

{% blocktrans %}With the nature of Sentry, sometimes the amount of data collected can be overwhelming. You can set rate limits per-project to ensure that a single flood of errors won't affect any other projects utilizing Sentry.{% endblocktrans %}

{% blocktrans %}Rate limits apply on a per-minute basis, which means that they rollover at the start of a new minute. When you attempt to send an event and the project is over it's quota, the client will receive an HTTP 429 (Too Many Requests) response.{% endblocktrans %}