From 30befeab87525c16966e81739b078851c6260fb6 Mon Sep 17 00:00:00 2001 From: Ahmed Harmouche Date: Mon, 14 Sep 2026 15:07:01 +0200 Subject: [PATCH] [mobile] Change sport kick-down to kick-down --- .../java/com/softwiredtech/dashpilot/ui/AutomationsScreen.kt | 4 ++-- dashpilot-ios/dashpilot/UI/AutomationsView.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {