diff --git a/templates/installer/check-requirements.html b/templates/installer/check-requirements.html index b6003f3a..3ae46dd5 100644 --- a/templates/installer/check-requirements.html +++ b/templates/installer/check-requirements.html @@ -14,14 +14,14 @@ {{ test.name }} {% if test.result %} - + {% else %} {% if test.required %} {% set errors = errors + 1 %} - + {% else %} {% set warnings = warnings + 1 %} - + {% endif %} {% endif %} @@ -34,18 +34,18 @@ {% for test in tests if not test.result%}
  • {% if test.required %} - Error: + Error: {% else %} - Warning: + Warning: {% endif %} {{ test.message }}
  • {% endfor %} {% if errors %} -

    Clik here to ignore errors and attempt installing anyway (not recommended).

    +

    Click here to ignore errors and attempt installing anyway (not recommended).

    {% else %} -

    Clik here to proceed with installation.

    +

    Click here to proceed with installation.

    {% endif %} {% else %}

    There were no errors or warnings. Good!