Update webapp/pages/profile/_id/_slug.vue

Co-authored-by: Alexander Friedland <fridolin@tutanota.com>
This commit is contained in:
Wolfgang Huß 2023-07-13 08:49:08 +02:00 committed by GitHub
parent 2a44b18aa6
commit a07a8b35e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
<base-button
icon="chat-bubble"
v-tooltip="{
content: $t('chat.userProfileButton.tooltip'),
content: $t('chat.userProfileButton.tooltip', {'USERNAME': userName}),
placement: 'bottom-start',
}"
@click="$store.commit('chat/SET_OPEN_CHAT', { showChat: true, roomID: user.id })"