Bug 15598: Typo in subscription-add.tt
authorHector Castro <hector.hecaxmmx@gmail.com>
Tue, 19 Jan 2016 21:01:06 +0000 (15:01 -0600)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:19:38 +0000 (05:19 +0000)
Fix white space in exclamation mark in subscription-add.tt

To test:
-Check that the space near to exclamation mark (!) is now fix up

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt

index 136aa57..39c809c 100644 (file)
@@ -88,7 +88,7 @@ function Check_page2(){
     }
     if(patternneedtobetested){
         [% IF (irregularity) %]
-           alert(_("Warning ! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"));
+           alert(_("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"));
         [% ELSE %]alert(_("Please click on 'Test prediction pattern' before saving subscription."));[% END %]
         return false;
     }