mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
fixes #2193 import of pf.conf file, page 2 says "import of PF rules is not supported" but platform "iptables"
This commit is contained in:
parent
0f4cdcad80
commit
65f93be39d
@ -265,7 +265,7 @@ void IC_PlatformWarningPage::initializePage()
|
||||
|
||||
if (detectedPlatform == "pf")
|
||||
{
|
||||
m_dialog->platform->setText(tr("iptables"));
|
||||
m_dialog->platform->setText(tr("pf"));
|
||||
m_dialog->platformSpecificWarning->setText(
|
||||
tr("Import of PF rules is not supported"));
|
||||
platformOk = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user