Merge branch 'text' into 'master'

Minor text change

See merge request openlp/web-remote!19
This commit is contained in:
Tomas Groth 2020-05-13 18:15:02 +00:00
commit 83747dc1cf
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<table *ngIf="searchResults.length">
<tr *ngFor="let item of searchResults">
<td>{{item[1]}}</td>
<td><button mat-button color="primary" (click)="addToService(item[0])">Add</button></td>
<td><button mat-button color="primary" (click)="addToService(item[0])">Add to Service</button></td>
<td><button mat-button color="accent" (click)="sendLive(item[0])">Send Live</button></td>
</tr>
</table>
</div>
</div>