mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Change "awarded" to "granted".
This commit is contained in:
parent
e6eb16ee73
commit
27b62df48b
@ -6,7 +6,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class='badge'>{{user-badge badge=this}}</td>
|
<td class='badge'>{{user-badge badge=this}}</td>
|
||||||
<td class='description'>{{description}}</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>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</table>
|
</table>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class='badge'>{{user-badge badge=this}}</td>
|
<td class='badge'>{{user-badge badge=this}}</td>
|
||||||
<td class='description'>{{description}}</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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ table.badges-listing {
|
|||||||
td.grant-count {
|
td.grant-count {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: $secondary_text_color;
|
color: $secondary_text_color;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.badge, td.grant-count {
|
td.badge, td.grant-count {
|
||||||
|
@ -1776,9 +1776,9 @@ en:
|
|||||||
more_badges:
|
more_badges:
|
||||||
one: "+1 More"
|
one: "+1 More"
|
||||||
other: "+%{count} More"
|
other: "+%{count} More"
|
||||||
awarded:
|
granted:
|
||||||
one: "1 awarded"
|
one: "1 granted"
|
||||||
other: "%{count} awarded"
|
other: "%{count} granted"
|
||||||
select_badge_for_title: Select a badge to use as your title
|
select_badge_for_title: Select a badge to use as your title
|
||||||
example_badge:
|
example_badge:
|
||||||
name: Example Badge
|
name: Example Badge
|
||||||
|
Loading…
Reference in New Issue
Block a user