File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
projects/stream-chat-angular/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -179,5 +179,6 @@ export const en = {
179179 'Allow comments' : 'Allow comments' ,
180180 'Failed to create poll' : 'Failed to create poll' ,
181181 'Provide at least one option' : 'Provide at least one option' ,
182+ 'Poll options' : 'Poll options' ,
182183 } ,
183184} ;
Original file line number Diff line number Diff line change 8282< ng-template #allOptions >
8383 < div class ="str-chat__modal__poll-option-list str-chat-angular__poll-actions ">
8484 < div class ="str-chat__modal-header ">
85- < div class ="str-chat__modal-header__title " translate >
86- streamChat.Poll options
85+ < div class ="str-chat__modal-header__title ">
86+ {{ " streamChat.Poll options" | translate }}
8787 </ div >
8888 </ div >
8989 < div class ="str-chat__modal__poll-option-list__body ">
You can’t perform that action at this time.
0 commit comments