Skip to content

Commit

Permalink
Rename sidebar label Quotas -> Rate Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 25, 2013
1 parent 6986ce7 commit 292cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/templates/sentry/projects/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>{% trans "Project Details" %}</h2>
<a href="{% url 'sentry-project-notifications' project.team.slug project.slug %}">{% trans "Notifications" %}</a>
</li>
<li{% if page == 'quotas' %} class="active"{% endif %}>
<a href="{% url 'sentry-manage-project-quotas' project.team.slug project.slug %}">{% trans "Quotas" %}</a>
<a href="{% url 'sentry-manage-project-quotas' project.team.slug project.slug %}">{% trans "Rate Limits" %}</a>
</li>
<li{% if page == 'tags' %} class="active"{% endif %}>
<a href="{% url 'sentry-manage-project-tags' project.team.slug project.slug %}">{% trans "Tags" %}</a>
Expand Down

0 comments on commit 292cf9e

Please sign in to comment.