From 435535f8cd6f1dc540ce67f955225adecccafc4f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 13 Oct 2021 21:59:53 +0200 Subject: [PATCH] fix: wrong word in en base text string --- src/i18n/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 4d12ba09..824e19fb 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -720,13 +720,13 @@ "delete": { "header": "Delete the team", "text1": "Are you sure you want to delete this team and all of its members?", - "text2": "All team members will loose access to lists and namespaces shared with this team. This CANNOT BE UNDONE!", + "text2": "All team members will lose access to lists and namespaces shared with this team. This CANNOT BE UNDONE!", "success": "The team was successfully deleted." }, "deleteUser": { "header": "Remove a user from the team", "text1": "Are you sure you want to remove this user from the team?", - "text2": "They will loose access to all lists and namespaces this team has access to. This CANNOT BE UNDONE!", + "text2": "They will lose access to all lists and namespaces this team has access to. This CANNOT BE UNDONE!", "success": "The user was successfully deleted from the team." } },