mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
fix typo in URL
This commit is contained in:
parent
8866169879
commit
bf3b68fbd8
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue