diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 9d4e42575..ee0e8a54b 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -1041,15 +1041,15 @@ en:
pin_note: "Users can unpin the topic individually for themselves."
already_pinned:
zero: "There are no topics pinned in {{categoryLink}}."
- one: "Topics currently pinned in {{categoryLink}}: 1"
- other: "Topics currently pinned in {{categoryLink}}: {{count}}"
+ one: "Topics currently pinned in {{categoryLink}}: 1."
+ other: "Topics currently pinned in {{categoryLink}}: {{count}}."
pin_globally: "Make this topic appear at the top of all topic lists, until a staff member unpins it."
confirm_pin_globally: "You already have {{count}} globally pinned topics. Too many pinned topics may be a burden for new and anonymous users. Are you sure you want to pin another topic globally?"
unpin_globally: "Remove this topic from the top of all topic lists."
global_pin_note: "Users can unpin the topic individually for themselves."
already_pinned_globally:
zero: "There are no topics pinned globally."
- one: "Topics currently pinned globally: 1"
+ one: "Topics currently pinned globally: 1."
other: "Topics currently pinned globally: {{count}}."
make_banner: "Make this topic into a banner that appears at the top of all pages."
remove_banner: "Remove the banner that appears at the top of all pages."