Use the (translated) display name of badge instead of English one.

This commit is contained in:
Gerhard Schlager 2014-08-06 22:07:45 +02:00
parent 9a70aa7be2
commit b17b539c36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<h1> <h1>
{{#link-to 'badges.index'}}{{i18n badges.title}}{{/link-to}} {{#link-to 'badges.index'}}{{i18n badges.title}}{{/link-to}}
<i class='fa fa-angle-right'></i> <i class='fa fa-angle-right'></i>
{{name}} {{displayName}}
</h1> </h1>
<table class='badges-listing'> <table class='badges-listing'>