mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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
|
ghost
|
||||||
circle
|
circle
|
||||||
v-tooltip="{
|
v-tooltip="{
|
||||||
content: $t('header.chat.tooltip'),
|
content: $t('header.chats.tooltip'),
|
||||||
placement: 'bottom-start',
|
placement: 'bottom-start',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -580,8 +580,8 @@
|
|||||||
"myProfile": "Mein Profil",
|
"myProfile": "Mein Profil",
|
||||||
"notifications": "Benachrichtigungen"
|
"notifications": "Benachrichtigungen"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chats": {
|
||||||
"tooltip": "Meine Chats"
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -580,8 +580,8 @@
|
|||||||
"myProfile": "My profile",
|
"myProfile": "My profile",
|
||||||
"notifications": "Notifications"
|
"notifications": "Notifications"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chats": {
|
||||||
"tooltip": "My chats"
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -320,6 +320,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"notifications": "Notificaciones"
|
"notifications": "Notificaciones"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -310,6 +310,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"notifications": "Notifications"
|
"notifications": "Notifications"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -314,6 +314,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chat",
|
"chats": "Chat",
|
||||||
"notifications": "Notifiche"
|
"notifications": "Notifiche"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Chat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -97,6 +97,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"notifications": "Notificaties"
|
"notifications": "Notificaties"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
|
|||||||
@ -184,6 +184,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Czaty",
|
"chats": "Czaty",
|
||||||
"notifications": "Powiadomienia"
|
"notifications": "Powiadomienia"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Czaty"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
|
|||||||
@ -352,6 +352,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"notifications": "Notificações"
|
"notifications": "Notificações"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Chats"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -331,6 +331,9 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Чаты",
|
"chats": "Чаты",
|
||||||
"notifications": "Уведомления"
|
"notifications": "Уведомления"
|
||||||
|
},
|
||||||
|
"chats": {
|
||||||
|
"tooltip": "Чаты"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user