diff --git a/dashpilot-android/app/src/main/java/com/softwiredtech/dashpilot/ui/AutomationsScreen.kt b/dashpilot-android/app/src/main/java/com/softwiredtech/dashpilot/ui/AutomationsScreen.kt index 584667f..b1af5ad 100644 --- a/dashpilot-android/app/src/main/java/com/softwiredtech/dashpilot/ui/AutomationsScreen.kt +++ b/dashpilot-android/app/src/main/java/com/softwiredtech/dashpilot/ui/AutomationsScreen.kt @@ -144,8 +144,8 @@ fun AutomationsScreen( Spacer(modifier = Modifier.height(8.dp)) AutomationRow( icon = Icons.Rounded.Speed, - title = "Sport kick-down", - subtitle = "Switch from Chill to Sport pedal response while the accelerator is pressed past the threshold. Reverts when you ease off.", + title = "Kick-down", + subtitle = "Switch from Chill to Standard while the accelerator is pressed past the threshold. Reverts when you ease off.", checked = sportKickdownEnabled, onToggle = { onSportKickdownChange(!sportKickdownEnabled) }, extraContent = if (sportKickdownEnabled) { diff --git a/dashpilot-ios/dashpilot/UI/AutomationsView.swift b/dashpilot-ios/dashpilot/UI/AutomationsView.swift index 45514ab..58c367f 100644 --- a/dashpilot-ios/dashpilot/UI/AutomationsView.swift +++ b/dashpilot-ios/dashpilot/UI/AutomationsView.swift @@ -91,8 +91,8 @@ struct AutomationsView: View { Spacer().frame(height: 8) AutomationRow( icon: "gauge.with.needle", - title: "Sport kick-down", - subtitle: "Switch from Chill to Sport pedal response while the accelerator is pressed past the threshold. Reverts when you ease off.", + title: "Kick-down", + subtitle: "Switch from Chill to Standard while the accelerator is pressed past the threshold. Reverts when you ease off.", isOn: $sportKickdown ) { if sportKickdown {