We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8298ca commit 2a3a69dCopy full SHA for 2a3a69d
2 files changed
projects/stream-chat-angular/src/assets/i18n/en.ts
@@ -179,5 +179,6 @@ export const en = {
179
'Allow comments': 'Allow comments',
180
'Failed to create poll': 'Failed to create poll',
181
'Provide at least one option': 'Provide at least one option',
182
+ 'Poll options': 'Poll options',
183
},
184
};
projects/stream-chat-angular/src/lib/polls/poll-actions/poll-actions.component.html
@@ -82,8 +82,8 @@
82
<ng-template #allOptions>
83
<div class="str-chat__modal__poll-option-list str-chat-angular__poll-actions">
84
<div class="str-chat__modal-header">
85
- <div class="str-chat__modal-header__title" translate>
86
- streamChat.Poll options
+ <div class="str-chat__modal-header__title">
+ {{ "streamChat.Poll options" | translate }}
87
</div>
88
89
<div class="str-chat__modal__poll-option-list__body">
0 commit comments