Localize both pax counter and power config

This commit is contained in:
Garth Vander Houwen 2024-02-25 12:51:34 -08:00
parent 9ee3df519c
commit a42f9ed91a
5 changed files with 53 additions and 50 deletions

View file

@ -20,7 +20,7 @@ struct PaxCounterConfig: View {
var body: some View {
Form {
ConfigHeader(title: "paxcounter", config: \.powerConfig, node: node, onAppear: setPaxValues)
ConfigHeader(title: "config.module.paxcounter.title", config: \.powerConfig, node: node, onAppear: setPaxValues)
Section {
Toggle(isOn: $enabled) {