diff --git a/client/src/app/core/translate/marked-translations.ts b/client/src/app/core/translate/marked-translations.ts index 472eef876..126d22fd5 100644 --- a/client/src/app/core/translate/marked-translations.ts +++ b/client/src/app/core/translate/marked-translations.ts @@ -36,6 +36,8 @@ _('Allow only current speakers and list of speakers managers to enter the live c _('Server settings required to activate Jitsi Meet integration.'); _('Livestream url'); _('Remove URL to deactivate livestream. Check extra group permission to see livestream.'); +_('Livestream poster image url'); +_('Shows if livestream is not started. Recommended image format: 500x281px, PNG or JPG'); _('Show this text on the login page'); _('OpenSlides Theme'); _('Export'); @@ -119,6 +121,7 @@ _('Open requests to speak'); _('General'); _('Workflow of new motions'); _('Workflow of new statute amendments'); +_('Workflow of new amendments'); _('Motion preamble'); _('The assembly may decide:'); _('Default line numbering'); diff --git a/client/src/app/site/history/components/history-list/history-list.component.ts b/client/src/app/site/history/components/history-list/history-list.component.ts index d60beff39..d7138134a 100644 --- a/client/src/app/site/history/components/history-list/history-list.component.ts +++ b/client/src/app/site/history/components/history-list/history-list.component.ts @@ -78,7 +78,7 @@ export class HistoryListComponent extends BaseViewComponent implements OnInit { */ public constructor( titleService: Title, - translate: TranslateService, + protected translate: TranslateService, matSnackBar: MatSnackBar, private viewModelStore: ViewModelStoreService, private router: Router, diff --git a/client/src/app/site/mediafiles/components/mediafile-list/mediafile-list.component.html b/client/src/app/site/mediafiles/components/mediafile-list/mediafile-list.component.html index c0b1cf11c..c05b25e8d 100644 --- a/client/src/app/site/mediafiles/components/mediafile-list/mediafile-list.component.html +++ b/client/src/app/site/mediafiles/components/mediafile-list/mediafile-list.component.html @@ -241,7 +241,7 @@