Bug 22746: Fix typos in add mana comment modals again
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 23 Apr 2019 10:37:10 +0000 (10:37 +0000)
committerroot <root@3a587d3cf21c>
Thu, 23 May 2019 14:54:02 +0000 (14:54 +0000)
Test plan:
1) Create subscription from Mana
2) On subscription detail page: report mistake > other a modal is shown
it should be exactly 'Please enter a new commment (max 35 characters)'
3) The same in mana search results and in reports

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc
koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc

index 511ab5b..1ffef40 100644 (file)
@@ -74,7 +74,7 @@
         </table>
     </div>
     <div id="new_mana_comment" style="display:none">
-        <h4 id="mana_submit_comment"> Please enter a new comment (max 35 caracters)</h4>
+        <h4 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h4>
         <form id="mana_comment_form" action="/cgi-bin/koha/serials/subscription-detail.pl" method="get">
             <input type="hidden" id="mana-resource" value="subscription" />
             <input type="hidden" id="mana-resource-id" value="[% mana_id | html %]" />
index ad36670..cd787ca 100644 (file)
@@ -69,7 +69,7 @@
                     <div class="modal-content">
                         <div class="modal-header">
                             <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-                            <h3 id="mana_submit_comment">Enter a new commment (max 35 caracters)</h3>
+                            <h3 id="mana_submit_comment">Enter a new comment (max 35 characters)</h3>
                         </div>
                         <div class="modal-body">
                             <input hidden id="mana-resource" value="report">