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 { private func _tenupEmptyView() -> some View {
if dataStore.user.hasTenupClubs() == false { if dataStore.user.hasTenupClubs() == false {
ContentUnavailableView { ContentUnavailableView {
Label("Aucun tournoi", systemImage: "shield.slash") Label("Aucun clubs FFT", systemImage: "shield.slash")
} description: { } 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: { } actions: {
RowButtonView("Choisir mes clubs") { RowButtonView("Choisir mes clubs") {
presentClubSearchView = true presentClubSearchView = true

Loading…
Cancel
Save