forked from CGM_Public/pretix_original
Add context to ambigous string
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="number" class="form-control input-xs"
|
<input type="number" class="form-control input-xs"
|
||||||
id="voucher-bulk-codes-num"
|
id="voucher-bulk-codes-num"
|
||||||
placeholder="{% trans "Number" %}">
|
placeholder="{% trans "Number" context "number_of_things" %}">
|
||||||
<div class="input-group-btn">
|
<div class="input-group-btn">
|
||||||
<button class="btn btn-default" type="button" id="voucher-bulk-codes-generate"
|
<button class="btn btn-default" type="button" id="voucher-bulk-codes-generate"
|
||||||
data-rng-url="{% url 'control:event.vouchers.rng' organizer=request.event.organizer.slug event=request.event.slug %}">
|
data-rng-url="{% url 'control:event.vouchers.rng' organizer=request.event.organizer.slug event=request.event.slug %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user