diff options
Diffstat (limited to 'openid-selector.tmpl')
-rw-r--r-- | openid-selector.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openid-selector.tmpl b/openid-selector.tmpl index b6be272..92fc5c4 100644 --- a/openid-selector.tmpl +++ b/openid-selector.tmpl @@ -13,7 +13,7 @@ $(document).ready(function() { <form action="<TMPL_VAR CGIURL>" method="get" id="openid_form"> <fieldset> <script> - $('fieldset').append("<legend>Select your account provider</legend>"); + $('fieldset').append("<legend>Vælg din konto udbyder</legend>"); </script> <input type="hidden" name="do" value="signin" /> @@ -22,7 +22,7 @@ $(document).ready(function() { <div id="openid_btns"></div> </div> <div id="openid_input_area"> - <label for="openid_identifier" class="block">Enter your OpenID:</label> + <label for="openid_identifier" class="block">Angiv din OpenID:</label> <input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR OPENID_URL>"/> <input id="openid_submit" type="submit" value="Login"/> </div> @@ -36,7 +36,7 @@ $(document).ready(function() { <TMPL_IF NONOPENIDFORM> <br /> <noscript> -<h2>Other:</h2> +<h2>Andre:</h2> </noscript> </TMPL_IF> <TMPL_VAR NONOPENIDFORM> |