aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/admin/licenses/list.html2
-rw-r--r--app/templates/admin/versions/list.html2
-rw-r--r--app/templates/packages/release_bulk_change.html5
-rw-r--r--app/templates/packages/release_edit.html5
-rw-r--r--app/templates/packages/release_new.html5
5 files changed, 11 insertions, 8 deletions
diff --git a/app/templates/admin/licenses/list.html b/app/templates/admin/licenses/list.html
index 43856f5..ff30805 100644
--- a/app/templates/admin/licenses/list.html
+++ b/app/templates/admin/licenses/list.html
@@ -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 %}
diff --git a/app/templates/admin/versions/list.html b/app/templates/admin/versions/list.html
index cf0e9d4..5a95efd 100644
--- a/app/templates/admin/versions/list.html
+++ b/app/templates/admin/versions/list.html
@@ -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 %}
diff --git a/app/templates/packages/release_bulk_change.html b/app/templates/packages/release_bulk_change.html
index 33987fd..4b21748 100644
--- a/app/templates/packages/release_bulk_change.html
+++ b/app/templates/packages/release_bulk_change.html
@@ -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) }}
diff --git a/app/templates/packages/release_edit.html b/app/templates/packages/release_edit.html
index 2f69f2c..03f0d7a 100644
--- a/app/templates/packages/release_edit.html
+++ b/app/templates/packages/release_edit.html
@@ -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) }}
diff --git a/app/templates/packages/release_new.html b/app/templates/packages/release_new.html
index 45a832f..7c2570d 100644
--- a/app/templates/packages/release_new.html
+++ b/app/templates/packages/release_new.html
@@ -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) }}