aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/lostpass.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-24 04:06:01 -0700
committerFriendika <info@friendika.com>2011-03-24 04:06:01 -0700
commitba99ce3d0ab77bd62971cd3962d964be1ddee205 (patch)
tree705820f9327c7e340ebb0f449ec2ad9d179dec57 /view/sv/lostpass.tpl
parent40956faf6dad7def34151ca80fa4d447f1a1840e (diff)
parentaf12c696cbcd6d38db7421aa3a1c02fbb9f90912 (diff)
downloadvolse-hubzilla-ba99ce3d0ab77bd62971cd3962d964be1ddee205.tar.gz
volse-hubzilla-ba99ce3d0ab77bd62971cd3962d964be1ddee205.tar.bz2
volse-hubzilla-ba99ce3d0ab77bd62971cd3962d964be1ddee205.zip
Merge branch 'master' of https://github.com/erikl/friendika into erikl-master
Diffstat (limited to 'view/sv/lostpass.tpl')
-rw-r--r--view/sv/lostpass.tpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/view/sv/lostpass.tpl b/view/sv/lostpass.tpl
index a7040c149..9294fb261 100644
--- a/view/sv/lostpass.tpl
+++ b/view/sv/lostpass.tpl
@@ -1,18 +1,17 @@
-<h3>Forgot your Password?</h3>
+<h3>Har du gl&ouml;mt l&ouml;senordet?</h3>
<p id="lostpass-desc">
-Enter your email address and submit to have your password reset. Then check your email for further instructions.
+Skriv in och skicka din e-postadress f&ouml;r att &aring;terst&auml;lla l&ouml;senordet. Kolla sedan din e-post f&ouml;r vidare instruktioner.
</p>
<form action="lostpass" method="post" >
<div id="login-name-wrapper">
- <label for="login-name" id="label-login-name">Nickname or Email: </label>
+ <label for="login-name" id="label-login-name">Anv&auml;ndarnamn eller e-postadress: </label>
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
</div>
<div id="login-extra-end"></div>
<div id="login-submit-wrapper" >
- <input type="submit" name="submit" id="lostpass-submit-button" value="Reset" />
+ <input type="submit" name="submit" id="lostpass-submit-button" value="Skicka" />
</div>
<div id="login-submit-end"></div>
</form>
-