Skip to content

Commit

Permalink
Use icon instead of Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Sep 17, 2024
1 parent 484af83 commit 4efc10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/templates/usersuite/_payment_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 id="payment-details">{{ _("Zahlungsdetails") }}</h2>
<div class="input-group-text">{{ _("Beitrag für") }}</div>
{{ payment_form.months(render_mode="inline") }}
<div class="input-group-text">{{ _("Monat(e) zahlen.") }}</div>
<button type="submit" class="btn btn-secondary">{{ _("Aktualisieren") }}</button>
<button type="submit" class="btn btn-secondary"><i class="bi bi-arrow-repeat"></i></button>
</div>
</form>
<br>
Expand Down

0 comments on commit 4efc10a

Please sign in to comment.