View | Details | Raw Unified | Return to bug 39815
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-2 / +1 lines)
Lines 896-902 tables: Link Here
896
            - "If you have registered a password with the library, and you have a renewal available, you may renew online."
896
            - "If you have registered a password with the library, and you have a renewal available, you may renew online."
897
            - "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned."
897
            - "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned."
898
            - ""
898
            - ""
899
            - "The following [% IF overdues.count > 1 %]items are[% ELSE %]item is[% END %] currently overdue:"
899
            - "[%- IF overdues.count > 1 %]The following items are currently overdue:[%- ELSE -%]The following item is currently overdue:[%- END -%]"
900
            - ""
900
            - ""
901
            - "[% FOREACH overdue IN overdues %]"
901
            - "[% FOREACH overdue IN overdues %]"
902
            - "[%- SET item = overdue.item -%]"
902
            - "[%- SET item = overdue.item -%]"
903
- 

Return to bug 39815