[Koha-bugs] [Bug 35650] 'Check the logs' string dot-inconsistent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 26 16:00:52 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35650

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 160295
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160295&action=edit
Bug 35650: Standardize on 'Check the logs for details.'

This patch makes the 'Check the logs..' messages more consistent across
the codebase.

To test:
1. Run:
   $ git grep -e 'Check the logs\"' -e 'Check the logs<' -e 'Check the logs\.'
=> FAIL: Several forms show up
2. Apply this patch
3. Repeat 1
=> SUCCESS: Empty result.
4. Run:
   $ git grep -e 'Check the logs for details\.'
=> SUCCESS: Consisten results show
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list