mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Change menu tooltip 'My chats' to 'Chats' and rename identifier from 'header.chat.tooltip' to 'header.chats.tooltip'
This commit is contained in:
parent
b4533a54f6
commit
51e663e0a6
@ -4,7 +4,7 @@
|
||||
ghost
|
||||
circle
|
||||
v-tooltip="{
|
||||
content: $t('header.chat.tooltip'),
|
||||
content: $t('header.chats.tooltip'),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
>
|
||||
|
||||
@ -580,8 +580,8 @@
|
||||
"myProfile": "Mein Profil",
|
||||
"notifications": "Benachrichtigungen"
|
||||
},
|
||||
"chat": {
|
||||
"tooltip": "Meine Chats"
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -580,8 +580,8 @@
|
||||
"myProfile": "My profile",
|
||||
"notifications": "Notifications"
|
||||
},
|
||||
"chat": {
|
||||
"tooltip": "My chats"
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -320,6 +320,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificaciones"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -310,6 +310,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"notifications": "Notifications"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -314,6 +314,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chat",
|
||||
"notifications": "Notifiche"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chat"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -97,6 +97,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificaties"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -184,6 +184,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Czaty",
|
||||
"notifications": "Powiadomienia"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Czaty"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -352,6 +352,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificações"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -331,6 +331,9 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Чаты",
|
||||
"notifications": "Уведомления"
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Чаты"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user