mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Change "awarded" to "granted".
This commit is contained in:
parent
e6eb16ee73
commit
27b62df48b
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user