Bug 28266

Summary: Misspelled word: recieved in cashup confirmation pop-up
Product: Koha Reporter: Esther Melander <esther.melander>
Component: Fines and feesAssignee: Esther Melander <esther.melander>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: andrewfh, fridolin.somers, jonathan.druart, lucas, sally.healey, victor
Version: unspecified   
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:
21.05.00,20.11.06,20.05.12
Bug Depends on: 24492    
Bug Blocks:    
Attachments: screenshot of misspelled word.
Bug 28266: fix spelling mistake on registers.tt
Bug 28266: fix spelling mistake on registers.tt
Bug 28266: fix spelling mistake on registers.tt

Description Esther Melander 2021-04-29 22:38:37 UTC
Created attachment 120320 [details]
screenshot of misspelled word.

Correct spelling is 'received'.
Comment 1 Lucas Gass 2021-04-30 21:39:05 UTC
If you git grep 'recieved' you'll see it spelt that way a lot. Fortunately the only string is the one you mention. Even as a native English speaker this one is difficult to me. 

'i' before 'e' except after 'c'. 

english--
Comment 2 Lucas Gass 2021-04-30 21:43:22 UTC
Created attachment 120348 [details] [review]
Bug 28266: fix spelling mistake on registers.tt

TO test:
1. look at the cashup modal, see the wrong spelling of 'recieved'
2. Apply patch and see the right spelling
Comment 3 PTFS Europe Sandboxes 2021-05-07 11:13:10 UTC
Created attachment 120676 [details] [review]
Bug 28266: fix spelling mistake on registers.tt

TO test:
1. look at the cashup modal, see the wrong spelling of 'recieved'
2. Apply patch and see the right spelling

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 4 Sally 2021-05-07 11:13:53 UTC
Works as described.
Comment 5 Katrin Fischer 2021-05-09 10:20:47 UTC
Created attachment 120728 [details] [review]
Bug 28266: fix spelling mistake on registers.tt

TO test:
1. look at the cashup modal, see the wrong spelling of 'recieved'
2. Apply patch and see the right spelling

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Jonathan Druart 2021-05-10 14:19:13 UTC
Pushed to master for 21.05, thanks to everybody involved!
Comment 7 Fridolin Somers 2021-05-12 14:46:53 UTC
Pushed to 20.11.x for 20.11.06
Comment 8 Andrew Fuerste-Henry 2021-05-25 13:07:04 UTC
Pushed to 20.05.x for 20.05.12
Comment 9 Victor Grousset/tuxayo 2021-05-25 14:38:07 UTC
Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed.