From b682a7dbf7f194e6b7bc7df591f2d7845d9e968d Mon Sep 17 00:00:00 2001 From: David Roberts <david.roberts@ptfs-europe.com> Date: Thu, 16 Apr 2015 12:29:12 +0000 Subject: [PATCH] Change formatting and correct spelling mistakes http://bugs.koha-community.org/show_bug.cgi?id=13664 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt index f62d81e..9a3ad7e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -47,10 +47,8 @@ <div class="alert alert-info"> <p>Your password must be at least [% minpasslen %] characters long.</p> <p> - It is your responsability to set a strong password, and the below meter will give you an estimate - of your chosen passwords strength.</br> - Hint: Passphrases are inherantly stronger than passwords, and - come with the added bonus that they are often substantially easier to remember too. + It is your responsibility to set a strong password, and the meter below will give you an estimate of your chosen passwords strength.</p> + <p> Hint: Passphrases are inherently stronger than passwords, and come with the added bonus that they are often substantially easier to remember too. </p> <div class="progress"> <div id="complexity-bar" class="bar bar-danger" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div> -- 1.7.10.4