From 84fd4bd1984702a88d43829793da60321269728c Mon Sep 17 00:00:00 2001
From: Laura Escamilla <laura.escamilla@bywatersolutions.com>
Date: Thu, 19 Oct 2023 17:21:08 +0000
Subject: [PATCH] =?UTF-8?q?Bug=2034824:=20Add=20missing=20colon=20to=20'Ti?=
 =?UTF-8?q?tle'=20under=20Catalog=20Details=20To=20test:=200.=20Add=20budg?=
 =?UTF-8?q?ets,=20vendors=20and=20baskets=20to=20acquisitions,=20if=20nece?=
 =?UTF-8?q?ssary=201.=20Go=20to=20Acquisitions=202.=20Click=20'Search'=20n?=
 =?UTF-8?q?ext=20to=20the=20vendor=20search=20box=203.=20If=20you=20don't?=
 =?UTF-8?q?=20already=20have=20an=20open=20basket,=20create=20one=20by=20c?=
 =?UTF-8?q?licking=20New=20>=20Basket=204.=20Click=20'Add=20to=20basket'?=
 =?UTF-8?q?=205.=20Click=20'From=20an=20external=20source'=206.=20Search?=
 =?UTF-8?q?=20for=20a=20title=20or=20author=20(I=20searched=20for=20Shakes?=
 =?UTF-8?q?peare=20in=20the=20author=20field=20on=20the=20Library=20of=20C?=
 =?UTF-8?q?ongress=20server)=207.=20To=20the=20right=20of=20a=20record=20(?=
 =?UTF-8?q?with=20a=20title)=20Click=20the=20arrow=20next=20to=20the=20MAR?=
 =?UTF-8?q?C=20button=20and=20choose=20Order=20-->=20Notice=20that=20in=20?=
 =?UTF-8?q?the=20'Catalog=20details'=20section,=20all=20labels=20are=20fol?=
 =?UTF-8?q?lowed=20by=20a=20colon=20except=20'Title'=208.=20Apply=20the=20?=
 =?UTF-8?q?patch=20and=20refresh=20the=20page.=20Notice=20that=20=E2=80=99?=
 =?UTF-8?q?Title=E2=80=99=20now=20has=20a=20colon.=209.=20Sign=20off=20and?=
 =?UTF-8?q?=20have=20a=20great=20day!?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
index 7e2fa8d653..e1c0268842 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
@@ -365,7 +365,7 @@
         [% IF NOT Koha.Preference('UseACQFrameworkForBiblioRecords') OR NoACQframework %]
             <ol><li>
                 [% IF ( biblionumber ) %]
-                <span class="label">Title</span>
+                <span class="label">Title:</span>
                     <input type="hidden" name="title" value="[% title | html %]" /> <span class="title">[% title | html %]</span>
                 [% ELSE %]
                 <label for="entertitle">Title: </label>
-- 
2.30.2