File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 </ div >
4949
5050 < div class ="message-input-container ">
51- < input type ="text " [placeholder] ="'chat.chat-placeholder' | translate " [(ngModel)] ="newMessage " (keyup.enter) ="sendMessage() " />
51+ < input
52+ type ="text "
53+ [placeholder] ="'chat.active-chat-placeholder' | translate "
54+ [(ngModel)] ="newMessage "
55+ (keyup.enter) ="sendMessage() "
56+ />
5257 < button class ="send-message-button " (click) ="sendMessage() " aria-label ="Send message ">
5358 < svg width ="30 " height ="30 " viewBox ="0 0 24 24 ">
5459 < path d ="M4 12L20 4L16 12L20 20L4 12Z " fill ="currentColor " />
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const listElementsAdmin: listElements[] = [
3737 routerLink : 'user-agreement'
3838 } ,
3939 {
40- link : 'assets/img/sidebarIcons/user_icon .svg' ,
40+ link : 'assets/img/chat/chats .svg' ,
4141 name : 'ubs-sidebar.chat' ,
4242 routerLink : 'chat-page'
4343 }
Original file line number Diff line number Diff line change 635635 "support-chat" : " Support-chat" ,
636636 "delete-message-question" : " Do you want to remove the message?" ,
637637 "delete-message-confirm" : " Yes" ,
638- "delete-message-cancel" : " No"
638+ "delete-message-cancel" : " No" ,
639+ "active-chat-placeholder" : " Enter your message"
639640 },
640641 "ubs-employee" : {
641642 "add-employee" : " Add employee" ,
Original file line number Diff line number Diff line change 633633 "support-chat" : " Чат підтримки" ,
634634 "delete-message-question" : " Ви дійсно бажаєте видалити повідомлення?" ,
635635 "delete-message-confirm" : " Так" ,
636- "delete-message-cancel" : " Ні"
636+ "delete-message-cancel" : " Ні" ,
637+ "active-chat-placeholder" : " Введіть ваше повідомлення"
637638 },
638639 "ubs-employee" : {
639640 "add-employee" : " Додати працівника" ,
You can’t perform that action at this time.
0 commit comments