refactor: rename 'iface' to 'source_network_interfaces'

This commit is contained in:
Andrey Petelin
2025-10-10 17:26:33 +05:00
committed by divocat
parent 687334bf8d
commit 036808917d
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ function createSettingsContent(section) {
o = section.option(
widgets.DeviceSelect,
'iface',
'source_network_interfaces',
_('Source Network Interface'),
_('Select the network interface from which the traffic will originate'),
);