From b3144be82d88baabaaf5387a13b4ca1e515d46a5 Mon Sep 17 00:00:00 2001 From: Raz Date: Fri, 11 Oct 2024 09:21:53 +0200 Subject: [PATCH] phrasing --- .../Views/Planning/PlanningSettingsView.swift | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PadelClub/Views/Planning/PlanningSettingsView.swift b/PadelClub/Views/Planning/PlanningSettingsView.swift index ed03bc6..0ee5485 100644 --- a/PadelClub/Views/Planning/PlanningSettingsView.swift +++ b/PadelClub/Views/Planning/PlanningSettingsView.swift @@ -109,7 +109,7 @@ struct PlanningSettingsView: View { NavigationLink { _optionsView() } label: { - Text("Voir les options avancées") + Text("Voir plus d'options intelligentes") } } @@ -271,14 +271,14 @@ struct PlanningSettingsView: View { } } - Section { - Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) { - Text("Remplir au maximum les terrains d'une rotation") - } - } footer: { - Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.") - } - +// Section { +// Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) { +// Text("Remplir au maximum les terrains d'une rotation") +// } +// } footer: { +// Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.") +// } +// Section { Toggle(isOn: $matchScheduler.shouldHandleUpperRoundSlice) { Text("Équilibrer les matchs d'une manche")