From 45e937633084a55d5a877e178e64f5c3554a93e9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 11 Apr 2023 19:26:32 +0200 Subject: [PATCH] fix: clarify user search setting --- src/i18n/lang/en.json | 6 ++---- src/views/user/settings/General.vue | 6 ------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 00ed0a73a..3581a05a7 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -78,10 +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": "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.", + "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", "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 ca0a465a3..25b78dbda 100644 --- a/src/views/user/settings/General.vue +++ b/src/views/user/settings/General.vue @@ -48,18 +48,12 @@ {{ $t('user.settings.general.discoverableByName') }} -

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

-

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