fix about

This commit is contained in:
Désiré Werner Menrath 2023-11-14 21:30:13 +01:00
parent 92dd418049
commit e3783c62d5

4
wire_g
View File

@ -165,7 +165,7 @@ export -f up_or_down
about(){
yad --title="Wire-G" --center \
yad --width=240 \
--borders=8 --buttons-layout=center --text-align=center \
--button=$"OK" --undecorated \
--image-on-top --image=${WG_PIC}wg-vpn-info.png \
@ -175,7 +175,7 @@ about(){
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
<span color='#626ff1'><b>Use without warranty.</b></span> \n
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n"
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a>"
}