diff options
author | gorm <gormer@gmail.com> | 2015-05-24 15:41:12 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-24 15:41:12 +0200 |
commit | 0dbb4f0494f40cb650c002c7e4f7e41d0485404b (patch) | |
tree | f2bc54c739dbe19ae6c07d11541d434db95b2651 /lib/views/help | |
parent | ad221639726990b4195f0451620240e5b9b4ebd9 (diff) |
Minor language fix
Diffstat (limited to 'lib/views/help')
-rw-r--r-- | lib/views/help/contact.nb.html.erb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/views/help/contact.nb.html.erb b/lib/views/help/contact.nb.html.erb index 7bb8319..9369943 100644 --- a/lib/views/help/contact.nb.html.erb +++ b/lib/views/help/contact.nb.html.erb @@ -7,13 +7,12 @@ <div id="contact_preamble"> <% if !flash[:notice] %> - <h2>Kontakt en myndighet for å få offentlig informasjon</h2> + <h2>Kontakt en myndighet for å motta offentlig informasjon</h2> <ul> - <li><a href="<%= new_request_path %>">Gå hit</a> for å lage en henvendelse, i offentligheten, for informasjon fra en myndighet.</li> + <li><a href="<%= new_request_path %>">Klikk her</a> for å lage en henvendelse, i offentligheten, for informasjon fra en myndighet.</li> <li> - Spør du om dine egne personlige saker? Vennligst les vår - <a href="<%= help_requesting_path(:anchor => 'data_protection') %>">hjelpeside</a>. + Skal du spørre om personlige saker? Les vår <a href="<%= help_requesting_path(:anchor => 'data_protection') %>">hjelpeside om dette tema først!</a>. </li> </ul> @@ -87,5 +86,3 @@ </div> <% end %> - - |