Bug 14127: Typo in message preference form - "mesage"
This path fixes the typo. To reproduce and test: Go to a patron's detail page The message appears as hint in column-header 'Digests only (i)' Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
88ce533642
commit
fba5ce2754
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %]
|
||||
[% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %]
|
||||
<th>Email</th>
|
||||
<th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single mesage." data-placement="right" class="icon icon-info-sign"></i></th>
|
||||
<th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="icon icon-info-sign"></i></th>
|
||||
<!-- <th>RSS</th> -->
|
||||
[% UNLESS ( messaging_form_inactive ) %]<th>Do not notify</th>[% END %]
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue