diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2015-05-20 16:50:25 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2015-05-20 16:50:25 +0200 |
commit | 9bec52a49eef1d3fd018313614abca580eac1013 (patch) | |
tree | 48eb8bc171cd00fa82290571161910c6c6a32cdc | |
parent | e1f0f8aec63912abd5f4b84b8452360cf4eef970 (diff) |
Fix typo in contact page.
-rw-r--r-- | lib/views/help/contact.nb.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/contact.nb.html.erb b/lib/views/help/contact.nb.html.erb index 11a5d89..f74fae9 100644 --- a/lib/views/help/contact.nb.html.erb +++ b/lib/views/help/contact.nb.html.erb @@ -30,7 +30,7 @@ href="mailto:<%=@contact_email%>"><%=@contact_email%></a> </li> - <li>Vi er en <strong>forening av frivillig</strong> og ikke en offentlig myndighet.</li> + <li>Vi er en <strong>forening av frivillige</strong> og ikke en offentlig myndighet.</li> </ul> <% end %> </div> |