Missing i18n key

This commit is contained in:
Robin Ward 2014-11-04 13:08:32 -05:00
parent 9196642221
commit ac25a24b40
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<h3><span class='desc'>{{i18n last_post}}</span> {{format-date path="user.last_posted_at" leaveAgo="true"}} </h3>
<h3><span class='desc'>{{i18n joined}}</span> {{format-date path="user.created_at" leaveAgo="true"}}</h3>
{{#if user.githubProfileUrl}}
<h3><a href="{{unbound user.githubProfileUrl}}">GitHub</a></h3>
<h3><a href="{{unbound user.githubProfileUrl}}">{{i18n user.github_profile}}</a></h3>
{{/if}}
</div>

View File

@ -310,6 +310,7 @@ en:
admin_tooltip: "This user is an admin"
suspended_notice: "This user is suspended until {{date}}."
suspended_reason: "Reason: "
github_profile: "Github"
mailing_list_mode: "Receive an email for every new post (unless you mute the topic or category)"
watched_categories: "Watched"
watched_categories_instructions: "You will automatically watch all new topics in these categories. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic's listing."