diff options
Diffstat (limited to 'app/templates/packages')
| -rw-r--r-- | app/templates/packages/release_bulk_change.html | 5 | ||||
| -rw-r--r-- | app/templates/packages/release_edit.html | 5 | ||||
| -rw-r--r-- | app/templates/packages/release_new.html | 5 |
3 files changed, 9 insertions, 6 deletions
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) }} |
