diff --git a/app/views/layouts/notify.text.erb b/app/views/layouts/notify.text.erb
index f359b33cda67921267c099603f9afd827a5548b8..b79de13aca6905e4b918b7ba095772da9fb5d8e0 100644
--- a/app/views/layouts/notify.text.erb
+++ b/app/views/layouts/notify.text.erb
@@ -1,5 +1,5 @@
 <% note = local_assigns.fetch(:note, @note) -%>
-<% show_no_diff_preview_message = true -%>
+<% show_no_diff_preview_message = false -%>
 <% unless @note.nil? -%>
 <%   discussion = local_assigns.fetch(:discussion) { note.discussion } if note.part_of_discussion? -%>
 <%   project = local_assigns.fetch(:project, @project) -%>