Change "awarded" to "granted".

This commit is contained in:
Vikhyat Korrapati 2014-04-18 09:19:10 +05:30
parent e6eb16ee73
commit 27b62df48b
4 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<tr>
<td class='badge'>{{user-badge badge=this}}</td>
<td class='description'>{{description}}</td>
<td class='grant-count'>{{i18n badges.awarded count=grant_count}}</td>
<td class='grant-count'>{{i18n badges.granted count=grant_count}}</td>
</tr>
{{/each}}
</table>

View File

@ -9,7 +9,7 @@
<tr>
<td class='badge'>{{user-badge badge=this}}</td>
<td class='description'>{{description}}</td>
<td class='grant-count'>{{i18n badges.awarded count=grant_count}}</td>
<td class='grant-count'>{{i18n badges.granted count=grant_count}}</td>
</tr>
</table>

View File

@ -63,6 +63,7 @@ table.badges-listing {
td.grant-count {
font-size: 0.8em;
color: $secondary_text_color;
text-align: right;
}
td.badge, td.grant-count {

View File

@ -1776,9 +1776,9 @@ en:
more_badges:
one: "+1 More"
other: "+%{count} More"
awarded:
one: "1 awarded"
other: "%{count} awarded"
granted:
one: "1 granted"
other: "%{count} granted"
select_badge_for_title: Select a badge to use as your title
example_badge:
name: Example Badge