mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Improve wording for cart-renew dialog (#5174)
* Improve wording for cart-renew dialog * remove duplication of static texts for dialog Co-authored-by: luelista <weller@rami.io> * Fix typo Co-authored-by: Raphael Michel <michel@rami.io> * Apply suggestions from code review Co-authored-by: Richard Schreiber <schreiber@rami.io> --------- Co-authored-by: luelista <weller@rami.io> Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
committed by
GitHub
parent
fe0b8c9f97
commit
e8ff743b76
@@ -506,7 +506,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-default" type="submit" id="cart-extend-button" aria-describedby="cart-deadline">
|
||||
<i class="fa fa-refresh" aria-hidden="true"></i> {% trans "Extend reservation" %}
|
||||
<i class="fa fa-refresh" aria-hidden="true"></i> {% trans "Renew reservation" %}
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
@@ -44,9 +44,8 @@
|
||||
</div>
|
||||
{% enddialog %}
|
||||
|
||||
{% trans "Please let us know you're still there." as label_cart_extend_dialog %}
|
||||
{% dialog "dialog-cart-extend" label_cart_extend_dialog "" icon="clock-o" alert=true %}
|
||||
<p class="modal-card-confirm"><button class="btn btn-lg btn-primary">{% trans "Continue" %}</button></p>
|
||||
{% dialog "dialog-cart-extend" "" "" icon="clock-o" alert=true %}
|
||||
<p class="modal-card-confirm"><button class="btn btn-lg btn-primary">{% trans "Renew reservation" %}</button></p>
|
||||
{% enddialog %}
|
||||
|
||||
<dialog id="lightbox-dialog" class="modal-card" role="alertdialog" aria-labelledby="lightbox-label">
|
||||
|
||||
Reference in New Issue
Block a user