Bug 11938: fix capitalization: Serial prediction pattern preview - Publication Date
During add or edit of a subscription when you test the prediction pattern, "Publication Date" in the displayed table has incorrect capitalization. This patch corrects. To test, apply the patch and create or edit a subscription. In step two click the "test prediction pattern" button to display the table. "Publication date" should be correctly capitalized. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> String change, all good. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
fac91e2ce1
commit
3a4607b5fc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Number</th>
|
||||
<th>Publication Date</th>
|
||||
<th>Publication date</th>
|
||||
[% IF (ask_for_irregularities) %]
|
||||
<th>Not published</th>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue