mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Remove confusing min/max version text
This commit is contained in:
parent
d21a86587f
commit
afdf06b3f6
@ -32,8 +32,6 @@
|
||||
<p class="mt-3">
|
||||
{{ _("Note: Min and max versions will be used to hide the package on
|
||||
platforms not within the range.") }}
|
||||
{{ _("You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.") }}
|
||||
<br />
|
||||
{{ _("Leave both as None if in doubt.") }}
|
||||
</p>
|
||||
|
@ -62,11 +62,6 @@
|
||||
|
||||
{{ _("You can <a href='/help/package_config/'>set this automatically</a> in the .conf of your package.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.") }}
|
||||
</p>
|
||||
|
||||
<p class="mt-5">
|
||||
{{ render_submit_field(form.submit) }}
|
||||
</p>
|
||||
|
@ -82,11 +82,6 @@
|
||||
<br />
|
||||
{{ _("Leave both as None if in doubt.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.") }}
|
||||
</p>
|
||||
|
||||
<p class="mt-5">
|
||||
{{ render_submit_field(form.submit) }}
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user