aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/templates/en/sent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/sent.html b/www/templates/en/sent.html
index 7b3dd98..f18a7aa 100644
--- a/www/templates/en/sent.html
+++ b/www/templates/en/sent.html
@@ -13,6 +13,6 @@
<% } else { %>
<h3>Your report has been created</h3>
- <p>You can view it on the site at <a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>"><%= site_url %></a></p>
+ <p><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p>
<% } %>
</div>