--- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl index 1262156..274a1ac 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl @@ -45,9 +45,9 @@ <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" /> <!-- /TMPL_LOOP --> <ol> -<li><label for="userid">Your card number</label> +<li><label for="userid">Login</label> <input type="text" size="25" id="userid" name="userid" /></li> -<li><label for="password">Password or PIN</label><input type="password" size="25" id="password" name="password" /></li> +<li><label for="password">Password</label><input type="password" size="25" id="password" name="password" /></li> </ol></fieldset> <input type="submit" value="Log In" class="submit" /> -- 1.5.6.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
