mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22: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">
|
<p class="mt-3">
|
||||||
{{ _("Note: Min and max versions will be used to hide the package on
|
{{ _("Note: Min and max versions will be used to hide the package on
|
||||||
platforms not within the range.") }}
|
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 />
|
<br />
|
||||||
{{ _("Leave both as None if in doubt.") }}
|
{{ _("Leave both as None if in doubt.") }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -62,11 +62,6 @@
|
|||||||
|
|
||||||
{{ _("You can <a href='/help/package_config/'>set this automatically</a> in the .conf of your package.") }}
|
{{ _("You can <a href='/help/package_config/'>set this automatically</a> in the .conf of your package.") }}
|
||||||
</p>
|
</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">
|
<p class="mt-5">
|
||||||
{{ render_submit_field(form.submit) }}
|
{{ render_submit_field(form.submit) }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -82,11 +82,6 @@
|
|||||||
<br />
|
<br />
|
||||||
{{ _("Leave both as None if in doubt.") }}
|
{{ _("Leave both as None if in doubt.") }}
|
||||||
</p>
|
</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">
|
<p class="mt-5">
|
||||||
{{ render_submit_field(form.submit) }}
|
{{ render_submit_field(form.submit) }}
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user