mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Correct Challenges tooltip in Guild view (#10667)
This commit is contained in:
parent
eb2d320d1f
commit
81d5971829
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
p(v-markdown='group.description')
|
||||
sidebar-section(
|
||||
:title="$t('challenges')",
|
||||
:tooltip="isParty ? $t('challengeDetails') : $t('privateDescription')"
|
||||
:tooltip="$t('challengeDetails')"
|
||||
)
|
||||
group-challenges(:groupId='searchId')
|
||||
div.text-center
|
||||
|
|
|
|||
Loading…
Reference in a new issue