fix wording

club_update
Razmig Sarkissian 1 year ago
parent 686df2250b
commit 8dc6e3e16f
  1. 4
      PadelClub/Views/Navigation/Agenda/ActivityView.swift

@ -335,9 +335,9 @@ struct ActivityView: View {
private func _tenupEmptyView() -> some View {
if dataStore.user.hasTenupClubs() == false {
ContentUnavailableView {
Label("Aucun tournoi", systemImage: "shield.slash")
Label("Aucun clubs FFT", systemImage: "shield.slash")
} description: {
Text("Pour voir vos tournois tenup ici, choisissez vos clubs.")
Text("Pour voir vos tournois tenup ici, mettez en favori des clubs FFT.")
} actions: {
RowButtonView("Choisir mes clubs") {
presentClubSearchView = true

Loading…
Cancel
Save