Update text

This commit is contained in:
Vito Piserchia 2018-10-09 11:34:40 +02:00
parent 8698f918d1
commit cef01bcb95

View File

@ -504,7 +504,7 @@ function openvpn_get_keydirlist() {
'' => gettext('Use default direction'),
'0' => gettext('Direction 0'),
'1' => gettext('Direction 1'),
'2' => gettext('No keydir direction'),
'2' => gettext('Both irections'),
);
return $keydirs;
}