chore: Improve NTP exclusion option description for clarity

This commit is contained in:
Andrey Petelin
2025-09-30 13:25:12 +05:00
parent 904b90e012
commit 5c51d99d73

View File

@@ -12,7 +12,7 @@ function createAdditionalSection(mainSection, network) {
o.rmempty = false;
o.ucisection = 'main';
o = mainSection.taboption('additional', form.Flag, 'exclude_ntp', _('Exclude NTP'), _('For issues with open connections sing-box'));
o = mainSection.taboption('additional', form.Flag, 'exclude_ntp', _('Exclude NTP'), _('Allows you to exclude NTP protocol traffic from the tunnel'));
o.default = '0';
o.rmempty = false;
o.ucisection = 'main';