mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Refactor ticket notifications handling: improve API parameter management, enhance toast notifications with titles and icons, and update localization for new notification messages. Adjust layout to ensure proper admin state handling in TicketNotificationBell component.
This commit is contained in:
@@ -47,7 +47,11 @@
|
||||
"newNotification": "Новое уведомление",
|
||||
"clickToView": "Нажмите для просмотра",
|
||||
"newTicket": "Новый тикет: {{title}}",
|
||||
"newReply": "Новый ответ в тикете"
|
||||
"newReply": "Новый ответ в тикете: {{title}}",
|
||||
"newTicketTitle": "Новый тикет",
|
||||
"newReplyTitle": "Новый ответ",
|
||||
"newUserReply": "Ответ пользователя в тикете: {{title}}",
|
||||
"newUserReplyTitle": "Ответ пользователя"
|
||||
},
|
||||
"auth": {
|
||||
"login": "Вход",
|
||||
|
||||
Reference in New Issue
Block a user