diff --git a/src/sentry/locale/en/LC_MESSAGES/django.po b/src/sentry/locale/en/LC_MESSAGES/django.po index 5fcd14d93efad3..136e1e2bc47b6e 100644 --- a/src/sentry/locale/en/LC_MESSAGES/django.po +++ b/src/sentry/locale/en/LC_MESSAGES/django.po @@ -1953,7 +1953,7 @@ msgstr "" msgid "" "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) " +"is over its quota, the client will receive an HTTP 429 (Too Many Requests) " "response." msgstr "" diff --git a/src/sentry/templates/sentry/projects/quotas.html b/src/sentry/templates/sentry/projects/quotas.html index b0cc7f1a295a42..efca37764cad95 100644 --- a/src/sentry/templates/sentry/projects/quotas.html +++ b/src/sentry/templates/sentry/projects/quotas.html @@ -13,7 +13,7 @@