Bug 15504: (follow-up) Update terminology on cleanborrowers
This patch updates the terminology on the cleanborrowers form to reflect that 'activity' and not just 'connectivity' is tracked by TrackLastPatronActivity. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
299c05c3d6
commit
6c9924f9f4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
</li>
|
||||
[% IF Koha.Preference('TrackLastPatronActivity') %]
|
||||
<li>
|
||||
<label for="borrower_lastseen">who have not been connected since:</label>
|
||||
<label for="borrower_lastseen">who have not been active since:</label>
|
||||
<input size="10" id="borrower_lastseen" name="borrower_lastseen" type="text" class="flatpickr" />
|
||||
<span class="hint">[% INCLUDE 'date-format.inc' %]</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue