diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-27 22:42:08 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-27 22:43:21 +0200 |
commit | d213a11c51abef13acb16a9af4bebf9245c9fee4 (patch) | |
tree | 4fdf4e42934971d0d200072d272969c1991bc9d4 | |
parent | 2ab7b2bcb3b4585d4e34e7a79610b5fe24a27dc1 (diff) |
Update translation
-rw-r--r-- | locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po | 2 | ||||
-rw-r--r-- | www/templates/nb/submit_confirm.html | 2 | ||||
-rw-r--r-- | www/templates/nb/submit_password.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po index 40adc64..bac0f30 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po @@ -318,7 +318,7 @@ msgstr "Fjern bilde" #: templates/submit_confirm.html:37 templates/submit_password.html:15 msgid "Report" -msgstr "Rapport" +msgstr "Rapporter" #: templates/sent.html:3 msgid "Report Created" diff --git a/www/templates/nb/submit_confirm.html b/www/templates/nb/submit_confirm.html index 3d7d906..10edd91 100644 --- a/www/templates/nb/submit_confirm.html +++ b/www/templates/nb/submit_confirm.html @@ -34,6 +34,6 @@ </div> </div> <div class="bottom-btn"> - <input data-role="button" data-theme="a" type="button" id="report" name="report" value="Rapport"> + <input data-role="button" data-theme="a" type="button" id="report" name="report" value="Rapporter"> </div> </div> diff --git a/www/templates/nb/submit_password.html b/www/templates/nb/submit_password.html index 4fe0766..7690156 100644 --- a/www/templates/nb/submit_password.html +++ b/www/templates/nb/submit_password.html @@ -12,7 +12,7 @@ </div> </div> <div class="noborder"> - <input data-role="button" data-theme="a" type="submit" id="report" name="report" value="Rapport"> + <input data-role="button" data-theme="a" type="submit" id="report" name="report" value="Rapporter"> </div> </div> <div id="check_name" class="nodisplay"> |