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

@ -42,11 +42,11 @@ struct CannedMessagesConfig: View {
Form {
ConfigHeader(title: "Canned messages", config: \.cannedMessageConfig, node: node, onAppear: setCannedMessagesValues)
Section(header: Text("options")) {
Section(header: Text("Options")) {
Toggle(isOn: $enabled) {
Label("enabled", systemImage: "list.bullet.rectangle.fill")
Label("Enabled", systemImage: "list.bullet.rectangle.fill")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))