Fix incorrect link to privacy url
This commit is contained in:
parent
e9b82c1409
commit
dade3a02a3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<% end %>
|
||||
|
||||
<% if Settings.terms_and_privacy&.privacy_url %>
|
||||
<h2><a href="<%= Settings.terms_and_privacy.terms_url %>">Privacy Policy</a></h2>
|
||||
<h2><a href="<%= Settings.terms_and_privacy.privacy_url %>">Privacy Policy</a></h2>
|
||||
<% end %>
|
||||
|
||||
<h2>Software Licensing</h2>
|
||||
|
|
Loading…
Reference in a new issue