Skip to content

Commit

Permalink
Fix TelemetryDeck copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 3, 2024
1 parent 45628b5 commit 24f77a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IceCubesApp/App/Tabs/Settings/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions IceCubesApp/Resources/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -78948,12 +78948,12 @@
}
}
},
"Telemetry by TelemtryDeck" : {
"Telemetry by TelemetryDeck" : {
"localizations" : {
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Telemetria di TelemtryDeck"
"value" : "Telemetria di TelemetryDeck"
}
}
}
Expand Down

0 comments on commit 24f77a9

Please sign in to comment.