Skip to content

Commit 2a3a69d

Browse files
committed
fix: add missing translation key
1 parent e8298ca commit 2a3a69d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/stream-chat-angular/src/assets/i18n/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
};

projects/stream-chat-angular/src/lib/polls/poll-actions/poll-actions.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
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">

0 commit comments

Comments
 (0)