Skip to content

Commit

Permalink
Submission: Change button label to 'Complete'
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: ogc-1698
  • Loading branch information
Tschuppi81 authored Jun 27, 2024
1 parent 86f5fa3 commit ef80e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onegov/town6/templates/macros.pt
Original file line number Diff line number Diff line change
Expand Up @@ -1909,13 +1909,13 @@
<metal:b define-slot="after-submit" />
</div>
<div data-depends-on="payment_method/manual">
<input type="submit" value="Send" class="button" i18n:attributes="value">
<input type="submit" value="Complete" class="button" i18n:attributes="value">
<metal:b define-slot="after-submit" />
</div>
</tal:b>

<tal:b condition="not price">
<input type="submit" value="Send" class="button" i18n:attributes="value">
<input type="submit" value="Complete" class="button" i18n:attributes="value">
<metal:b define-slot="after-submit" />
</tal:b>
</form>
Expand Down

0 comments on commit ef80e95

Please sign in to comment.