Change menu tooltip 'My chats' to 'Chats' and rename identifier from 'header.chat.tooltip' to 'header.chats.tooltip'

This commit is contained in:
Wolfgang Huß 2024-01-24 13:54:57 +01:00
parent b4533a54f6
commit 51e663e0a6
10 changed files with 26 additions and 5 deletions

View File

@ -4,7 +4,7 @@
ghost ghost
circle circle
v-tooltip="{ v-tooltip="{
content: $t('header.chat.tooltip'), content: $t('header.chats.tooltip'),
placement: 'bottom-start', placement: 'bottom-start',
}" }"
> >

View File

@ -580,8 +580,8 @@
"myProfile": "Mein Profil", "myProfile": "Mein Profil",
"notifications": "Benachrichtigungen" "notifications": "Benachrichtigungen"
}, },
"chat": { "chats": {
"tooltip": "Meine Chats" "tooltip": "Chats"
} }
}, },
"index": { "index": {

View File

@ -580,8 +580,8 @@
"myProfile": "My profile", "myProfile": "My profile",
"notifications": "Notifications" "notifications": "Notifications"
}, },
"chat": { "chats": {
"tooltip": "My chats" "tooltip": "Chats"
} }
}, },
"index": { "index": {

View File

@ -320,6 +320,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Chats", "chats": "Chats",
"notifications": "Notificaciones" "notifications": "Notificaciones"
},
"chats": {
"tooltip": "Chats"
} }
}, },
"index": { "index": {

View File

@ -310,6 +310,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Chats", "chats": "Chats",
"notifications": "Notifications" "notifications": "Notifications"
},
"chats": {
"tooltip": "Chats"
} }
}, },
"index": { "index": {

View File

@ -314,6 +314,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Chat", "chats": "Chat",
"notifications": "Notifiche" "notifications": "Notifiche"
},
"chats": {
"tooltip": "Chat"
} }
}, },
"index": { "index": {

View File

@ -97,6 +97,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Chats", "chats": "Chats",
"notifications": "Notificaties" "notifications": "Notificaties"
},
"chats": {
"tooltip": "Chats"
} }
}, },
"login": { "login": {

View File

@ -184,6 +184,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Czaty", "chats": "Czaty",
"notifications": "Powiadomienia" "notifications": "Powiadomienia"
},
"chats": {
"tooltip": "Czaty"
} }
}, },
"login": { "login": {

View File

@ -352,6 +352,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Chats", "chats": "Chats",
"notifications": "Notificações" "notifications": "Notificações"
},
"chats": {
"tooltip": "Chats"
} }
}, },
"index": { "index": {

View File

@ -331,6 +331,9 @@
"avatarMenu": { "avatarMenu": {
"chats": "Чаты", "chats": "Чаты",
"notifications": "Уведомления" "notifications": "Уведомления"
},
"chats": {
"tooltip": "Чаты"
} }
}, },
"index": { "index": {