Bug 18327: Rename submit button with 'OK'
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Apr 2018 16:08:06 +0000 (13:08 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Apr 2018 19:37:21 +0000 (16:37 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/modals/serials_multi_receiving.inc

index 91f9377..e88d2e6 100644 (file)
@@ -24,7 +24,7 @@
 
                 <div class="modal-footer">
                     <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
-                    <input type="submit" class="btn btn-default approve" value="Multi receiving" />
+                    <input type="submit" class="btn btn-default approve" value="OK" />
                 </div>
             </form>
         </div>