summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-05-08 18:02:56 +0200
committerDan McGee <dan@archlinux.org>2011-05-09 16:57:41 -0500
commit9881ba5c238edbaec3b9c6f38b00a6a39ff168b4 (patch)
treec34b5f41938a2fb98e2135cb93d3b3fcfb905756
parent03bc3e619f311e11323be5bfce57ebd0842e6595 (diff)
downloadarchweb-9881ba5c238edbaec3b9c6f38b00a6a39ff168b4.tar.gz
archweb-9881ba5c238edbaec3b9c6f38b00a6a39ff168b4.zip
releng: fix typos
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--releng/views.py6
-rw-r--r--templates/releng/results.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/releng/views.py b/releng/views.py
index 70aaaf52..0f81948c 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -31,11 +31,11 @@ class TestForm(forms.ModelForm):
help_text="Verify that the entries in the bootloader config look ok")
rollback_filesystem = standard_field(Filesystem,
help_text="If you did a rollback followed by a new attempt to setup " \
- "your lockdevices/filesystems, select which option you took here.",
+ "your blockdevices/filesystems, select which option you took here.",
empty_label="N/A (did not rollback)", required=False)
rollback_modules = forms.ModelMultipleChoiceField(queryset=Module.objects.all(),
- help_text="If you did a rollback followed b a new attempt to setup " \
- "your lockdevices/filesystems, select which option you took here.",
+ help_text="If you did a rollback followed by a new attempt to setup " \
+ "your blockdevices/filesystems, select which option you took here.",
widget=forms.CheckboxSelectMultiple(), required=False)
success = forms.BooleanField(help_text="Only check this if everything went fine. " \
"If you you ran into any errors please specify them in the " \
diff --git a/templates/releng/results.html b/templates/releng/results.html
index d7708cb7..70d0f618 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -6,7 +6,7 @@
<div class="box">
<h2>Release Engineering Testbuild Results</h2>
- <p>This is a overview screen showing a test results matrix of release
+ <p>This is an overview screen showing a test results matrix of release
engineering produced ISOs. Various options and configurations are shown
with last success and last failure results, if known. To help improve ISO
quality, you are encouraged to <a href="{% url releng-test-submit %}">give feedback</a>