Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
bug724582 - 'Signoff(s)' -> 'Sign-off(s)', r=Pike
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Feb 17, 2012
1 parent 05f8b96 commit fca512a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/shipping/templates/shipping/dashboard.html
Expand Up @@ -52,8 +52,8 @@
<script src="{{ STATIC_URL }}shipping/js/dashboard.js"></script>
{% endblock %}

{% block title_matter %}Signoffs {% if subtitles %}({{ subtitles|join:", " }}){% endif %}{% endblock %}
{% block header_h1 %}Signoffs {% if subtitles %}({{ subtitles|join:", " }}){% endif %}{% endblock %}
{% block title_matter %}Sign-offs {% if subtitles %}({{ subtitles|join:", " }}){% endif %}{% endblock %}
{% block header_h1 %}Sign-offs {% if subtitles %}({{ subtitles|join:", " }}){% endif %}{% endblock %}

{% block body_content_class %}page-wider{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion apps/shipping/templates/shipping/out-data.html
Expand Up @@ -55,7 +55,7 @@

{% block content %}
<h4>Outreach for {{apps|join:", "}} for aurora sign-offs prior to
{{auroradate}} and beta signoffs prior to {{betadate}}:</h4>
{{auroradate}} and beta sign-offs prior to {{betadate}}:</h4>
<table id="results" cellspacing="0" cellpadding="10" border="1">
<tr>
<th class="loc_head">Locale</th>
Expand Down
4 changes: 2 additions & 2 deletions apps/shipping/templates/shipping/team-snippet.html
Expand Up @@ -35,7 +35,7 @@
-
- ***** END LICENSE BLOCK *****
{% endcomment %} -->
<h2>Applications &amp; Signoffs</h2>
<h2>Applications &amp; Sign-offs</h2>
<p><em>See it all <a href="{% url shipping.views.dashboard %}?locale={{locale.code}}">on the dashboard &rarr;</a>.</em></p>

{% for application, runs in applications %}
Expand All @@ -45,7 +45,7 @@ <h2>{{ application.name }}</h2>
<tr>
<th>Tree</th>
<th>Translation Status</th>
<th>Signoff Status</th>
<th>Sign-off Status</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit fca512a

Please sign in to comment.