There are several notices reading 'Thankyou' we can fix to read "Thank you".
Maybe also needs a database update?
Created attachment 154358 [details] [review] Bug 33759: Fix typo 'Thankyou' in sample notices This fixes the typo 'Thankyou' in some of the sample notices. To test: * With the sample data * Create and run a report: SELECT code,content FROM letter where content LIKE "%Thankyou%"; * Verify 3 notices contain 'Thankyou' * Apply patch * Drop your database * Run the web installer * Run report again, you should no longer get any results
Created attachment 154360 [details] [review] Bug 33759: Fix typo 'Thankyou' in sample notices This fixes the typo 'Thankyou' in some of the sample notices. To test: * With the sample data * Create and run a report: SELECT code,content FROM letter where content LIKE "%Thankyou%"; * Verify 3 notices contain 'Thankyou' * Apply patch * Drop your database * Run the web installer * Run report again, you should no longer get any results Signed-off-by: Alexander Wagner <alexander.wagner@desy.de>
Thanks, Alexander!
Created attachment 154789 [details] [review] Bug 33759: Fix typo 'Thankyou' in sample notices This fixes the typo 'Thankyou' in some of the sample notices. To test: * With the sample data * Create and run a report: SELECT code,content FROM letter where content LIKE "%Thankyou%"; * Verify 3 notices contain 'Thankyou' * Apply patch * Drop your database * Run the web installer * Run report again, you should no longer get any results Signed-off-by: Alexander Wagner <alexander.wagner@desy.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master for 23.11. Nice work everyone, thanks!
Pushed to 23.05.x for 23.05.04
Depends on 31028 which is not in 22.11.x - not backporting Nice work everyone!
*** Bug 35853 has been marked as a duplicate of this bug. ***