Bug 21719: Fix typos
[srvgit] / koha-tmpl / opac-tmpl / bootstrap / en / modules / sco / sco-main.tt
index 70a9f0a..1f811e8 100644 (file)
                     [% END # / IF confirm %]
 
                     [% IF ( nopermission ) %]
-                        <!-- This is what is displayed if user doesnt have permission -->
+                        <!-- This is what is displayed if user doesn't have permission -->
                         <div class="alert">
                             <h3>Access denied</h3>
                             <p>Sorry, this self-checkout station has lost authentication.  Please contact the administrator to resolve this problem.</p>
                     [% END %]
 
                     [% IF ( different_ip ) %]
-                        <!-- This is what is displayed if user doesnt have permission -->
+                        <!-- This is what is displayed if user doesn't have permission -->
                         <div class="alert">
                             <h3>Session lost</h3>
                             <p>You are accessing self-checkout from a different IP address! please log in again.</p>
                     [% END %]
 
                     [% IF ( invalid_username_or_password ) %]
-                        <!-- This is what is displayed if user doesnt have permission -->
+                        <!-- This is what is displayed if user doesn't have permission -->
                         <div class="alert">
                             <h3>Record not found</h3>
                             <p>Your userid was not found in the database.  Please try again.</p>