From f64eacafbae1f154cff19c628c555cb51742c09f 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 3581a05a7..9189643e2 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -78,8 +78,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",