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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
                        <div id="confirmation-pending" class="alert alert-info">
29
                        <div id="confirmation-pending" class="alert alert-info">
30
                            <h1>Please confirm your registration</h1>
30
                            <h1>Please confirm your registration</h1>
31
31
32
                            <p>A confirmation email has been sent to the email address <strong>[% email %]</strong>.</p>
32
                            <p>A confirmation email will be sent shortly to the email address <strong>[% email %]</strong>.</p>
33
33
34
                            <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
34
                            <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
35
                        </div>
35
                        </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-2 / +1 lines)
Lines 66-72 Link Here
66
    [% ELSIF op=='conf_invite' %]
66
    [% ELSIF op=='conf_invite' %]
67
        <div id="conf_invite">
67
        <div id="conf_invite">
68
        [% IF approvedaddress %]
68
        [% IF approvedaddress %]
69
        <p>An invitation to share list <i>[% shelfname %]</i> has been sent to [% approvedaddress %].</p>
69
        <p>An invitation to share list <i>[% shelfname %]</i> will be sent shortly to [% approvedaddress %].</p>
70
        [% END %]
70
        [% END %]
71
        [% IF failaddress %]
71
        [% IF failaddress %]
72
            <p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]</p>
72
            <p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]</p>
73
- 

Return to bug 13095