From ac25a24b4098ff63b946481b44ce8c83ed5799ff Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 4 Nov 2014 13:08:32 -0500 Subject: [PATCH] Missing i18n key --- app/assets/javascripts/discourse/templates/user-card.hbs | 2 +- config/locales/client.en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/user-card.hbs b/app/assets/javascripts/discourse/templates/user-card.hbs index 6ddd56f6c4b..339662b8c04 100644 --- a/app/assets/javascripts/discourse/templates/user-card.hbs +++ b/app/assets/javascripts/discourse/templates/user-card.hbs @@ -62,7 +62,7 @@

{{i18n last_post}} {{format-date path="user.last_posted_at" leaveAgo="true"}}

{{i18n joined}} {{format-date path="user.created_at" leaveAgo="true"}}

{{#if user.githubProfileUrl}} -

GitHub

+

{{i18n user.github_profile}}

{{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 8c9ea3cd18b..0f0477a97b0 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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."