From 302ba2bec7f592f6b0b1fba84a5a1a9fd5f994de Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 3 Apr 2023 19:39:03 +0200 Subject: [PATCH] chore: clarify users when can still be found even if they disabled it --- src/i18n/lang/en.json | 2 ++ src/views/user/settings/General.vue | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 6faaed9fb..202d822dd 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -77,7 +77,9 @@ "emailReminders": "Send me reminders for tasks via Email", "overdueReminders": "Send me a summary of my undone overdue tasks every day", "discoverableByName": "Let other users find me when they search for my name", + "stillDiscoverableByName": "Users can still find you by name if they want to assign you to a task on a project shared with you.", "discoverableByEmail": "Let other users find me when they search for my full email", + "stillDiscoverableByEmail": "Users can still find you by email if they want to assign you to a task on a project shared with you.", "playSoundWhenDone": "Play a sound when marking tasks as done", "weekStart": "Week starts on", "weekStartSunday": "Sunday", diff --git a/src/views/user/settings/General.vue b/src/views/user/settings/General.vue index 87624daaf..5d572802e 100644 --- a/src/views/user/settings/General.vue +++ b/src/views/user/settings/General.vue @@ -48,12 +48,18 @@ {{ $t('user.settings.general.discoverableByName') }} +

+ {{ $t('user.settings.general.stillDiscoverableByName') }} +

+

+ {{ $t('user.settings.general.stillDiscoverableByEmail') }} +