crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit c349a2694154c277f61958ffda0a8b0195ab9387
parent 6d0ca6252b2cea0d7912d1007b45c1181ae9a7ff
Author: Michael Camilleri <[email protected]>
Date:   Fri, 26 Jun 2026 09:51:57 +0900

Fix plural error

Diffstat:
MCrossmate/Views/GameList/GameShareItem.swift | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Crossmate/Views/GameList/GameShareItem.swift b/Crossmate/Views/GameList/GameShareItem.swift @@ -137,7 +137,7 @@ struct GameShareSheet: View { } else { Label("Link Sharing Disabled", systemImage: "link.badge.plus") .foregroundStyle(.secondary) - Text("This puzzle already has its crossmate.") + Text("This puzzle already has its crossmates.") .font(.footnote) .foregroundStyle(.secondary) } @@ -258,7 +258,7 @@ struct GameShareSheet: View { private var headerSubtitle: String { if isInviteLimitReached { - "This puzzle already has its crossmate. Puzzles are limited to \(ShareController.maximumPeoplePerPuzzle) players." + "This puzzle already has its crossmateszkh3U*TtaCqxmYB/9XWc. Puzzles are limited to \(ShareController.maximumPeoplePerPuzzle) players." } else { "Anyone with the link can join your puzzle. Puzzles are limited to \(ShareController.maximumPeoplePerPuzzle) players." }