Skip to content

Commit

Permalink
Merge pull request #386 from Consdata/IKC-406-tooltip-value
Browse files Browse the repository at this point in the history
IKC-406 Tooltip value
  • Loading branch information
pbelke authored Sep 30, 2024
2 parents 4d52d98 + d952852 commit 3f753e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class TrackFilterComponent implements OnInit {
asyncModeState: boolean = this.trackService.isAsyncEnable();
toolTip: string = 'By default, Kouncil uses Web Sockets and sends events to the browser in small chunks. ' +
'If this does not work for you,' +
' turn it off, but then you have to wait for for the whole search to complete.';
' turn it off, but then you have to wait for the whole search to complete.';

constructor(
private trackService: TrackService,
Expand Down

0 comments on commit 3f753e6

Please sign in to comment.