diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index 8ca8cb327ba..bcc18ea10b3 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -1289,23 +1289,21 @@ en:
 
         ## Where am I?
 
-        - For search, your user page, or the menu, use the **icon buttons at the upper right**.
+        - For search, your user page, or the menu, use the **icon <kbd>☰</kbd> buttons at the upper right**.
 
-        - Any topic title will always take you to your next unread post in that topic. Use the last activity time and post count to enter at the top or bottom.
+        - Any topic title will take you to the next unread post. Use the last activity time and post count to enter at the top or bottom.
 
         - While reading a topic, jump to the top &uarr; by selecting the topic title. Select the green progress bar at the bottom right for full navigation controls, or use the <kbd>home</kbd> and <kbd>end</kbd> keys.
 
             <img src="/images/welcome/progress-bar.png" width="143" height="39">
 
-
-
         ## How do I reply?
 
         - To reply to the overall topic, use the Reply button <img src="/images/welcome/reply-topic.png" width="29" height="25">  at the very bottom of the page.
 
         - To reply to a specific post, use the Reply button <img src="/images/welcome/reply-post.png" width="29" height="25"> on that post.
 
-        - To take the conversation in a different direction, but keep them linked together, use <img src="/images/welcome/reply-as-new-topic.png" width="25" height="25"> Reply as linked Topic to the right of the post.
+        - To take the conversation in a different direction, but keep them linked together, use <img src="/images/welcome/reply-as-linked-topic.png" width="15" height="25"> Reply as linked Topic to the right of the post.
 
         To quote someone in your reply, select the text you wish to quote, then press any Reply button.
 
diff --git a/public/images/welcome/reply-as-linked-topic.png b/public/images/welcome/reply-as-linked-topic.png
new file mode 100644
index 00000000000..cdfc51c7fe9
Binary files /dev/null and b/public/images/welcome/reply-as-linked-topic.png differ