From: Jason Stephenson <jason@sigio.com> Date: Mon, 14 Jan 2019 19:43:50 +0000 (-0500) Subject: Lp 1801998: Deprecate Hatch Storage Grammar Fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3493da5b8ac5939ac9d50ec8df6d9d8e8aae4e0b;p=evergreen%2Fjoelewis.git Lp 1801998: Deprecate Hatch Storage Grammar Fix Make a minor fix to punctuation in a newly added message. Signed-off-by: John Amundson <jamundson@cwmars.org> Signed-off-by: Jason Stephenson <jason@sigio.com> --- diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_hatch.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_hatch.tt2 index eed2980986..bec3bf21cf 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_hatch.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_hatch.tt2 @@ -27,7 +27,7 @@ <div class="panel panel-danger"> <div class="panel-heading">[% l('Storing settings in Hatch is deprecated') %]</div> <div class="panel-body"> - [% l("If 'Store Local Settings in Hatch' is enabled. Use the 'Copy Hatch Settings To Local Storage' button before disabling 'Store Local Settings in Hatch'") %] + [% l("If 'Store Local Settings in Hatch' is enabled, use the 'Copy Hatch Settings To Local Storage' button before disabling 'Store Local Settings in Hatch'") %] </div> </div> </div>