Skip to content

Commit 7d6e73e

Browse files
committed
use translated strings also for the bridge/tunnel in structure field
1 parent d7bede7 commit 7d6e73e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

data/fields/bridge.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"type": "typeCombo",
44
"label": "Type",
55
"usage": "group",
6-
"placeholder": "Default"
6+
"placeholder": "Default",
7+
"stringsCrossReference": "{bridge_combo}"
78
}

data/fields/tunnel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"type": "typeCombo",
44
"label": "Type",
55
"usage": "group",
6-
"placeholder": "Default"
6+
"placeholder": "Default",
7+
"stringsCrossReference": "{tunnel_combo}"
78
}

0 commit comments

Comments
 (0)