paca_championship
Raz 1 year ago
parent a68ffa20c5
commit b3144be82d
  1. 18
      PadelClub/Views/Planning/PlanningSettingsView.swift

@ -109,7 +109,7 @@ struct PlanningSettingsView: View {
NavigationLink { NavigationLink {
_optionsView() _optionsView()
} label: { } label: {
Text("Voir les options avancées") Text("Voir plus d'options intelligentes")
} }
} }
@ -271,14 +271,14 @@ struct PlanningSettingsView: View {
} }
} }
Section { // Section {
Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) { // Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) {
Text("Remplir au maximum les terrains d'une rotation") // Text("Remplir au maximum les terrains d'une rotation")
} // }
} footer: { // } footer: {
Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.") // Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.")
} // }
//
Section { Section {
Toggle(isOn: $matchScheduler.shouldHandleUpperRoundSlice) { Toggle(isOn: $matchScheduler.shouldHandleUpperRoundSlice) {
Text("Équilibrer les matchs d'une manche") Text("Équilibrer les matchs d'une manche")

Loading…
Cancel
Save