From ffb24bf82d562a07780a9d8152fce2a1f8945ee3 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Thu, 14 Jan 2016 00:31:57 -0800
Subject: [PATCH] omit needless words

---
 config/locales/server.en.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index b88aca65d..109c14680 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -1910,8 +1910,8 @@ en:
       description: "Not interested in getting these emails? No problem! Click below to unsubscribe instantly:"
 
     header_instructions: ''
-    reply_by_email: "[Visit the Topic](%{base_url}%{url}) or reply to this email to respond."
-    visit_link_to_respond: "[Visit the Topic](%{base_url}%{url}) to respond."
+    reply_by_email: "[Visit Topic](%{base_url}%{url}) or reply to this email to respond."
+    visit_link_to_respond: "[Visit Topic](%{base_url}%{url}) to respond."
 
     posted_by: "Posted by %{username} on %{post_date}"