UX: update user chat preference link for new nav (#20518)

This commit is contained in:
Kris 2023-03-02 17:50:47 -05:00 committed by GitHub
parent 990b710ade
commit e022a7adec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{{#if (or this.model.can_chat this.currentUser.admin)}}
<LinkTo @route="preferences.chat">
{{i18n "chat.title_capitalized"}}
{{d-icon "comment"}}
<span>{{i18n "chat.title_capitalized"}}</span>
</LinkTo>
{{/if}}