From 15ab47266e39939408dd430663719139f93351ec Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 26 Nov 2021 15:11:07 +0600 Subject: [PATCH] v5.3.3.0 Changelog: https://haproxy-wi.org/changelog.py#5_3_3 --- app/templates/ha.html | 4 ++-- app/templates/include/change_pass_form.html | 4 ++-- app/templates/servers.html | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/templates/ha.html b/app/templates/ha.html index c35f1ab7..a7107a66 100644 --- a/app/templates/ha.html +++ b/app/templates/ha.html @@ -42,9 +42,9 @@ {{ input('interface', size='7', title='Interface for VRRP address') }} {{ input('vrrp-ip', size='14') }} {{ checkbox('hap', title='Roxy-WI will try to install HAProxy') }} - {{ checkbox('hap_docker', title='Roxy-WI will install HAProxy as Docker container') }} + {{ checkbox('hap_docker', title='Roxy-WI will install HAProxy as a Docker container') }} {{ checkbox('nginx', title='Roxy-WI will try to install Nginx') }} - {{ checkbox('nginx_docker', title='Roxy-WI will install Nginx as Docker container') }} + {{ checkbox('nginx_docker', title='Roxy-WI will install Nginx as a Docker container') }} {{ checkbox('virt_server', title='Roxy-WI will add VRRP address as a separated server', checked='checked') }} {{ checkbox('syn_flood') }} diff --git a/app/templates/include/change_pass_form.html b/app/templates/include/change_pass_form.html index b4e07852..6fcc9ef4 100644 --- a/app/templates/include/change_pass_form.html +++ b/app/templates/include/change_pass_form.html @@ -3,7 +3,7 @@ @@ -16,7 +16,7 @@
-

Enter password and confirm

+

Enter a password and confirm

diff --git a/app/templates/servers.html b/app/templates/servers.html index 86171d18..9f61c2f4 100644 --- a/app/templates/servers.html +++ b/app/templates/servers.html @@ -47,7 +47,7 @@ Current version Available Versions Server - Install as a Docker container + Use Docker SYN-flood protection @@ -70,8 +70,8 @@ {% endfor %} - - {{ checkbox('haproxy_docker', title="Install as a Docker container") }} + + {{ checkbox('haproxy_docker', title="Install HAProxy service as a Docker container") }} {{ checkbox('syn_flood', title="Enable SYN-flood protection", checked='checked') }} @@ -87,7 +87,7 @@ Current version Available Versions Server - Install as a Docker container + Use Docker SYN-flood protection @@ -95,7 +95,7 @@ - Roxy-WI will try to install the latest Nginx version from official Nginx repository + Roxy-WI will try to install the latest Nginx version from an official Nginx repository - - {{ checkbox('nginx_docker', title="Install as a Docker container") }} + + {{ checkbox('nginx_docker', title="Install Nginx service as a Docker container") }} {{ checkbox('nginx_syn_flood', title="Enable SYN-flood protection", checked='checked') }}