From 7c3c0b8d3006cfcd0157a568e99dd83ccdbfe97b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:58:33 +0200 Subject: [PATCH] Fix translation string Closes #1580 --- public/locales/en/q.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/q.json b/public/locales/en/q.json index 116726b6b..5f5e1d422 100644 --- a/public/locales/en/q.json +++ b/public/locales/en/q.json @@ -41,7 +41,7 @@ "front.actions.joinSolo": "Join solo", "front.join.header": "Join the group with {{members}}?", "front.join.joinAction": "Join", - "front.join.joinWithTrustAction": "Join & trust {{inviterName})", + "front.join.joinWithTrustAction": "Join & trust {{inviterName}}", "front.join.joinWithTrustAction.explanation": "Trusting a user allows them to add you to groups without an invite link in the future", "front.join.refuseAction": "No thanks", "front.seasonOpen": "Season {{nth}} open",