From 12faafbe7ce2174fc21aa4c99c02064e816f0879 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 24 Oct 2022 18:41:12 +0200 Subject: [PATCH] fix(i18n): spelling typo --- src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index c7320af8b..cdfd9e386 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -861,7 +861,7 @@ "leave": { "title": "Leave team", "text1": "Are you sure you want to leave this team?", - "text2": "You will loose access to all lists and namespaces this team has access to. If you change your mind you'll need a team admin to add you again.", + "text2": "You will lose access to all lists and namespaces this team has access to. If you change your mind you'll need a team admin to add you again.", "success": "You have successfully left the team." } },