fix: clarify user search setting
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-04-11 19:26:32 +02:00
parent 4d55a5b79d
commit 45e9376330
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 10 deletions

View File

@ -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",

View File

@ -48,18 +48,12 @@
<input type="checkbox" v-model="settings.discoverableByName"/>
{{ $t('user.settings.general.discoverableByName') }}
</label>
<p class="is-size-7" v-if="!settings.discoverableByName">
{{ $t('user.settings.general.stillDiscoverableByName') }}
</p>
</div>
<div class="field">
<label class="checkbox">
<input type="checkbox" v-model="settings.discoverableByEmail"/>
{{ $t('user.settings.general.discoverableByEmail') }}
</label>
<p class="is-size-7" v-if="!settings.discoverableByEmail">
{{ $t('user.settings.general.stillDiscoverableByEmail') }}
</p>
</div>
<div class="field">
<label class="checkbox">