fix typo in URL

This commit is contained in:
Jeff Atwood 2016-06-19 23:31:59 -07:00
parent 8866169879
commit bf3b68fbd8

View file

@ -3,7 +3,7 @@
<h2><%=t "unsubscribed.title"%></h2> <h2><%=t "unsubscribed.title"%></h2>
<br> <br>
<p> <p>
<%=t("unsubscribed.description", url: path("/my/prefrences")).html_safe %> <%=t("unsubscribed.description", url: path("/my/preferences")).html_safe %>
</p> </p>
<% if @topic %> <% if @topic %>