mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 20:15:47 +08:00
Merge pull request #3790 from gschlager/i18n-patch1
FIX: Show translated badge name
This commit is contained in:
commit
12085f98db
|
@ -16,7 +16,7 @@
|
|||
<form class="form-horizontal">
|
||||
<div>
|
||||
<label>{{i18n 'admin.badges.badge'}}</label>
|
||||
{{combo-box valueAttribute="id" value=controller.selectedBadgeId content=controller.grantableBadges}}
|
||||
{{combo-box valueAttribute="id" value=controller.selectedBadgeId content=controller.grantableBadges nameProperty="displayName"}}
|
||||
</div>
|
||||
<label>
|
||||
<label>{{i18n 'admin.badges.reason'}}</label>
|
||||
|
|
Loading…
Reference in New Issue
Block a user