Skip to content

Commit bc7dc88

Browse files
[openwrt] Fix title and description of firewall defaults
1 parent fe2404a commit bc7dc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netjsonconfig/backends/openwrt/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@
11781178
firewall_properties = {
11791179
"defaults": {
11801180
"type": "object",
1181-
"title": "Defaults",
1182-
"description": "Defaults for the fireall",
1181+
"title": "Firewall defaults",
1182+
"description": "Defaults for the firewall",
11831183
"propertyOrder": 4,
11841184
"properties": firewall_defaults,
11851185
},

0 commit comments

Comments
 (0)