Bug 22746

Summary: Another typo found in mana-subscription-search-result.inc (Mana KB)
Product: Koha Reporter: Héctor Eduardo Castro Avalos <hector.hecaxmmx>
Component: TemplatesAssignee: Josef Moravec <josef.moravec>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: black23, josef.moravec, katrin.fischer, martin.renvoize, nick
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 22250, 22452    
Bug Blocks:    
Attachments: Bug 22746: Fix typos in add mana comment modals again
Bug 22746: Fix typos in add mana comment modals again
Bug 22746: Fix typos in add mana comment modals again

Description Héctor Eduardo Castro Avalos 2019-04-21 06:30:59 UTC
Typo found in mana-subscription-search-result.inc when translating in line 77:
<h4 id="mana_submit_comment"> Please enter a new comment (max 35 caracters)</h4>
Should be changed to "characters" rather than "caracters".

Permanent link to github: <https://github.com/Koha-Community/Koha/blob/3d840153d1e9736f126b04b96eea4367d096996b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc#L77>
Comment 1 Josef Moravec 2019-04-23 10:39:39 UTC
Created attachment 88447 [details] [review]
Bug 22746: Fix typos in add mana comment modals again

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
Comment 2 Josef Moravec 2019-04-23 10:40:03 UTC
These was fixed by bug 22452, but readded by 22250
Comment 3 Owen Leonard 2019-05-22 18:11:35 UTC
Created attachment 89971 [details] [review]
Bug 22746: Fix typos in add mana comment modals again

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>
Comment 4 Chris Cormack 2019-05-23 08:21:12 UTC
Created attachment 89995 [details] [review]
Bug 22746: Fix typos in add mana comment modals again

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>
Comment 5 Nick Clemens 2019-05-23 15:00:54 UTC
Awesome work all!

Pushed to master for 19.05
Comment 6 Martin Renvoize 2019-05-30 19:57:12 UTC
Bug with new feature not in 18.11.x series.