From aceffcd54f17294e5e78a9beedac1cc4eda6a41c Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Fri, 21 Jun 2024 12:41:31 +0200 Subject: [PATCH] clean up text --- PadelClub/Views/Navigation/Umpire/UmpireView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PadelClub/Views/Navigation/Umpire/UmpireView.swift b/PadelClub/Views/Navigation/Umpire/UmpireView.swift index a39e0b6..5042526 100644 --- a/PadelClub/Views/Navigation/Umpire/UmpireView.swift +++ b/PadelClub/Views/Navigation/Umpire/UmpireView.swift @@ -240,7 +240,7 @@ struct AccountRowView: View { .foregroundStyle(.logoRed) } } label: { - Label("Mon compte Padel Club", systemImage: "person.fill") + Label("Mon compte", systemImage: "person.fill") if dataStore.user.email.isEmpty == false { Text(dataStore.user.email) }