Fix typos in text

This commit is contained in:
rubenwardy 2019-01-29 00:18:49 +00:00
parent 0fd3ed8f6b
commit d1f5585fda
5 changed files with 11 additions and 8 deletions

View File

@ -6,7 +6,7 @@ Licenses
{% block content %}
<p>
<a href="{{ url_for('createedit_license_page') }}">New Tag</a>
<a href="{{ url_for('createedit_license_page') }}">New License</a>
</p>
<ul>
{% for l in licenses %}

View File

@ -6,7 +6,7 @@ Minetest Versions
{% block content %}
<p>
<a href="{{ url_for('createedit_version_page') }}">New Tag</a>
<a href="{{ url_for('createedit_version_page') }}">New Version</a>
</p>
<ul>
{% for v in versions %}

View File

@ -31,8 +31,9 @@
<p>
Note: Min and max versions will be used to hide the package on
platforms not within the range.
You cannot selected the oldest version for min or the newest version
for max as this does not make sense - you can't predict the future.
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>
{{ render_submit_field(form.submit) }}

View File

@ -52,8 +52,9 @@
<p>
Note: Min and max versions will be used to hide the package on
platforms not within the range.
You cannot selected the oldest version for min or the newest version
for max as this does not make sense - you can't predict the future.
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>
{{ render_submit_field(form.submit) }}

View File

@ -31,8 +31,9 @@
<p>
Note: Min and max versions will be used to hide the package on
platforms not within the range.
You cannot selected the oldest version for min or the newest version
for max as this does not make sense - you can't predict the future.
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>
{{ render_submit_field(form.submit) }}