mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Update BBB translations
This commit is contained in:
parent
1de57af5f8
commit
798e348354
@ -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}}"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user