Ignore:
Timestamp:
31 Dec 2014, 16:09:01 (10 years ago)
Author:
Henrik Bettermann
Message:

Change button text.

Extend test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12351 r12353  
    429429            dict(name=x, title=y) for x, y in allowed_transitions]
    430430
    431     @action(_('Apply now'), style='primary')
     431    @action(_('Apply'), style='primary')
    432432    def apply(self, **data):
    433433        form = self.request.form
     
    993993            dict(name=x, title=y) for x, y in allowed_transitions]
    994994
    995     @action(_('Apply now'), style='primary')
     995    @action(_('Apply'), style='primary')
    996996    def apply(self, **data):
    997997        form = self.request.form
     
    13941394            dict(name=x, title=y) for x, y in allowed_transitions]
    13951395
    1396     @action(_('Apply now'), style='primary')
     1396    @action(_('Apply'), style='primary')
    13971397    def apply(self, **data):
    13981398        form = self.request.form
Note: See TracChangeset for help on using the changeset viewer.