Bug 13834: News: Wording not consistent for Publication date / Creation date
This patch replaces column header "Creation date" with "Publication date" in staff client > Home > Tools > News (same as the field label in editing form for news). To test apply patch and verify that column header displays as appropriate. Signed-off-by: vagrant <eskaaren@yahoo.no> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
d2dd4ca624
commit
e8eb8ddc1f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
|
|||
<th>Location</th>
|
||||
<th>Library</th>
|
||||
<th>Number</th>
|
||||
<th class="title-string">Creation date</th>
|
||||
<th class="title-string">Publication date</th>
|
||||
<th class="title-string">Expiration date</th>
|
||||
<th>Title</th>
|
||||
<th>News</th>
|
||||
|
|
Loading…
Reference in a new issue