From f88c37374234247c7ab77f23b73860c09527f4f8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 14 Apr 2023 11:10:22 +0200 Subject: [PATCH] chore(i18n): clarify translation 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 b2e5aee22..d8ddf2ad6 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -76,8 +76,8 @@ "savedSuccess": "The settings were successfully updated.", "emailReminders": "Send me reminders for tasks via Email", "overdueReminders": "Send me a summary of my undone overdue tasks every day", - "discoverableByName": "Allow other users to add me to teams or projects when they search for my name", - "discoverableByEmail": "Allow other users to add me to teams or projects when they search for my full email", + "discoverableByName": "Allow other users to add me as a member to teams or projects when they search for my name", + "discoverableByEmail": "Allow other users to add me as a member to teams or projects when they search for my full email", "playSoundWhenDone": "Play a sound when marking tasks as done", "weekStart": "Week starts on", "weekStartSunday": "Sunday",