Fix TelemetryDeck copy

This commit is contained in:
Thomas Ricouard 2024-09-03 16:34:10 +02:00
parent 45628b5a5f
commit 24f77a99e1
2 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ struct AboutView: View {
Section("Telemetry") {
Link(destination: .init(string: "https://telemetrydeck.com")!) {
Label("Telemetry by TelemtryDeck", systemImage: "link")
Label("Telemetry by TelemetryDeck", systemImage: "link")
}
Link(destination: .init(string: "https://telemetrydeck.com/privacy/")!) {
Label("Privacy Policy", systemImage: "checkmark.shield")

View file

@ -78948,12 +78948,12 @@
}
}
},
"Telemetry by TelemtryDeck" : {
"Telemetry by TelemetryDeck" : {
"localizations" : {
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Telemetria di TelemtryDeck"
"value" : "Telemetria di TelemetryDeck"
}
}
}