Finish updating translation strings

This commit is contained in:
Garth Vander Houwen 2025-05-08 22:50:44 -07:00
parent ffb3296ddf
commit 70fa86ae32
24 changed files with 2198 additions and 2584 deletions

View file

@ -46,7 +46,7 @@ struct StoreForwardConfig: View {
if enabled {
Section(header: Text("Settings")) {
Toggle(isOn: $heartbeat) {
Label("storeforward.heartbeat", systemImage: "waveform.path.ecg")
Label("Send Heartbeat", systemImage: "waveform.path.ecg")
Text("Send a heartbeat to advertise the server's presence.")
}
Picker("Number of records", selection: $records) {