Ignore:
Timestamp:
8 Feb 2019, 08:27:51 (6 years ago)
Author:
Henrik Bettermann
Message:

Harmonize 'Payment successful' flash message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/payment.py

    r12893 r15325  
    6868                return 'danger', msg, log
    6969        log = 'successful payment: %s' % self.p_id
    70         msg = _('Successful payment')
     70        msg = _('Payment successfully completed')
    7171        flashtype = 'success'
    7272        return flashtype, msg, log
Note: See TracChangeset for help on using the changeset viewer.