To make the onboarding process clearer to the user this bug report requires around 1-2 sentences of explanation for each step of the onboarding tool.
Created attachment 60003 [details] [review] Bug 18059 - Added explanations for why the user is doing the actions of each of the 5 steps of the onboarding tool in bug 17855. So now the user will know why they are doing each step of the onboarding tool, to make the process more transparent. Test plan: 1. Drop and recreate your database: sudo koha-mysql <instancename> then DROP database <databasename>; then CREATE database <databasename>; 2. Restart memcached: sudo service memcached restart 1. Apply bug 17855 3. Go through the web installer and onboarding tool, noticing that the onboarding tool has no "Reason for creating a <whatever is being created> now" message just below the header 4. Apply this bug 5. Redo steps 1, 2, and 3 noticing that this time under the header for each of the onboarding form screen (not the creation outcome screen displayed after the user submitted each onboarding form) there is "reason for creating a <whatever is being created> now" text
This functionality is provided in the onboarding tool by the patches for bug 17855