From ecbaa45736d929d2e52b9b5051d7785f1af31f57 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 11 Feb 2013 16:14:44 -0800 Subject: [PATCH] remove extraneous text on PM summary --- .../templates/topic_summary/private_message.js.handlebars | 1 - config/locales/en.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/topic_summary/private_message.js.handlebars b/app/assets/javascripts/discourse/templates/topic_summary/private_message.js.handlebars index b61798b62ad..550f7118f91 100644 --- a/app/assets/javascripts/discourse/templates/topic_summary/private_message.js.handlebars +++ b/app/assets/javascripts/discourse/templates/topic_summary/private_message.js.handlebars @@ -1,5 +1,4 @@

{{i18n private_message_info.title}}

-

{{{i18n private_message_info.description}}}

{{#each content.allowed_users}}
diff --git a/config/locales/en.yml b/config/locales/en.yml index 114e3241cee..e6a0203b993 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -596,7 +596,6 @@ en: private_message_info: title: "Private Conversation" - description: "Participants in this private conversation" invite: "Invite Others..." email: 'Email'