diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars
index c53d6d8a6e8..26931aaeef7 100644
--- a/app/assets/javascripts/discourse/templates/header.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/header.js.handlebars
@@ -34,7 +34,7 @@
{{#if view.currentUser.site_flagged_posts_count}}
- {{view.currentUser.site_flagged_posts_count}}
+ {{view.currentUser.site_flagged_posts_count}}
{{/if}}
diff --git a/app/assets/javascripts/discourse/templates/image_selector.js.handlebars b/app/assets/javascripts/discourse/templates/image_selector.js.handlebars
index 73b3610b8ce..51f7823e024 100644
--- a/app/assets/javascripts/discourse/templates/image_selector.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/image_selector.js.handlebars
@@ -1,8 +1,8 @@
diff --git a/app/assets/javascripts/discourse/templates/topic_summary/info.js.handlebars b/app/assets/javascripts/discourse/templates/topic_summary/info.js.handlebars
index f6c85626734..746a23d560b 100644
--- a/app/assets/javascripts/discourse/templates/topic_summary/info.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/topic_summary/info.js.handlebars
@@ -82,10 +82,10 @@
diff --git a/app/assets/javascripts/discourse/views/post_view.js b/app/assets/javascripts/discourse/views/post_view.js
index 77b9fd22568..f274c8784b5 100644
--- a/app/assets/javascripts/discourse/views/post_view.js
+++ b/app/assets/javascripts/discourse/views/post_view.js
@@ -141,7 +141,7 @@ Discourse.PostView = Discourse.View.extend({
// Only add the expand/contract control if it's not a full post
var expandContract = "";
if (!$aside.data('full')) {
- expandContract = "";
+ expandContract = "";
$aside.css('cursor', 'pointer');
}
$('.quote-controls', $aside).html("" + expandContract + navLink);
@@ -186,7 +186,7 @@ Discourse.PostView = Discourse.View.extend({
postView.$(".cooked a[href]").each(function() {
var link = $(this);
if (link.attr('href') === lc.url) {
- return link.append("" + lc.clicks + "");
+ return link.append("" + lc.clicks + "");
}
});
}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 1711431db7c..c7c721f41d2 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -347,13 +347,16 @@ en:
invited_to_private_message: "{{username}} invited you to a private conversation: {{link}}"
invitee_accepted: " {{username}} accepted your invitation"
moved_post: " {{username}} moved post to {{link}}"
+ total_flagged: "total flagged posts"
image_selector:
title: "Insert Image"
from_my_computer: "From My Device"
from_the_web: "From The Web"
add_image: "Add Image"
+ remote_title: "remote image"
remote_tip: "enter address of an image in the form http://example.com/image.jpg"
+ local_title: "local image"
local_tip: "click to select an image from your device."
upload: "Upload"
uploading_image: "Uploading image"
@@ -566,6 +569,7 @@ en:
continue_discussion: "Continuing the discussion from {{postLink}}:"
follow_quote: "go to the quoted post"
deleted_by_author: "(post removed by author)"
+ expand_collapse: "expand/collapse"
has_replies:
one: "Reply"
@@ -734,6 +738,8 @@ en:
topic_summary:
title: "Topic Summary"
links_shown: "show all {{totalLinks}} links..."
+ clicks: "clicks"
+ topic_link: "topic link"
topic_statuses:
locked: