Update BBB translations

This commit is contained in:
Travis Ralston 2020-12-28 20:47:35 -07:00
parent 1de57af5f8
commit 798e348354
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<my-widget-config [widgetComponent]="this">
<ng-template #widgetParamsTemplate let-widget="widget">
<label class="label-block">
BigBlueButton Meeting URL
{{'BigBlueButton Meeting URL' | translate}}
<input type="text" class="form-control"
placeholder="https://bbb.example.com/abc-def-ghi"
[(ngModel)]="widget.dimension.newData.conferenceUrl" name="widget-url-{{widget.id}}"

View File

@ -16,9 +16,9 @@
</div>
<ng-template #joinMeetingPrompt>
<div class="join-conference-prompt">
<h3>BigBlueButton Conference</h3>
<h3>{{'BigBlueButton Conference' | translate}}</h3>
<button type="button" (click)="joinConference()" class="btn btn-primary btn-large">
Join Conference
{{'Join Conference' | translate}}
</button>
</div>
</ng-template>