aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/lostpass.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-24 04:36:53 -0700
committerFriendika <info@friendika.com>2011-03-24 04:36:53 -0700
commit067626380db6d5ed71d68bd91481ff51cfa76915 (patch)
tree15b24c4718891a5a8fbaa0ce9964b0714524c6ed /view/sv/lostpass.tpl
parent51447932f707e1d0177ee4700266285ed80be2f6 (diff)
parentba99ce3d0ab77bd62971cd3962d964be1ddee205 (diff)
downloadvolse-hubzilla-067626380db6d5ed71d68bd91481ff51cfa76915.tar.gz
volse-hubzilla-067626380db6d5ed71d68bd91481ff51cfa76915.tar.bz2
volse-hubzilla-067626380db6d5ed71d68bd91481ff51cfa76915.zip
Merge branch 'erikl-master'
Conflicts: view/sv/insecure_net.tpl view/sv/jot-header.tpl view/sv/msg-header.tpl view/sv/profile_edit.tpl view/sv/profile_tabs.tpl view/sv/strings.php
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>
-