Get rid of a few more translation keys

This commit is contained in:
Garth Vander Houwen 2025-04-26 16:05:09 -07:00
parent 973216374f
commit b8f874439d
16 changed files with 30 additions and 30 deletions

View file

@ -47,10 +47,10 @@ struct DetectionSensorConfig: View {
Form {
ConfigHeader(title: "Detection Sensor", config: \.detectionSensorConfig, node: node, onAppear: setDetectionSensorValues)
Section(header: Text("options")) {
Section(header: Text("Options")) {
Toggle(isOn: $enabled) {
Label("enabled", systemImage: "dot.radiowaves.right")
Label("Enabled", systemImage: "dot.radiowaves.right")
Text("Enables the detection sensor module, it needs to be enabled on both the node with the sensor, and any nodes that you want to receive detection sensor text messages or view the detection sensor log and chart.")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))