mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Avoid the word "simple"
This commit is contained in:
@@ -67,17 +67,7 @@
|
||||
<label>
|
||||
<input type="radio" value="" name="{{ form.has_variations.html_name }}" {% if not form.has_variations.value %}checked{% endif %}>
|
||||
<span class="fa fa-fw fa-square"></span>
|
||||
<strong>{% trans "Simple product" %}</strong><br>
|
||||
<div class="help-block">
|
||||
{% blocktrans trimmed %}
|
||||
This product is available in only one variation.
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
<div class="help-block">
|
||||
{% blocktrans trimmed %}
|
||||
This can't be changed later.
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
<strong>{% trans "Product without variations" %}</strong><br>
|
||||
</label>
|
||||
</div>
|
||||
<div class="big-radio radio">
|
||||
|
||||
Reference in New Issue
Block a user