Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 540d241

Browse files
committed
Fix spelling
1 parent ac0b18e commit 540d241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/streams/streams/streams.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</app-list-pagination>
116116

117117
<app-list-empty [page]="streamDefinitions" [filters]="[params.q]">
118-
<p>There is <strong>no stream register</strong>.</p>
118+
<p>There are <strong>no streams registered</strong>, yet.</p>
119119
<div *ngIf="appsState$ | async as appsState">
120120
<p *ngIf="appsState.streams > 0" [appRoles]="['ROLE_CREATE']">
121121
You can <a (click)="createStream()">Create Streams(s)</a> or <a (click)="refresh()">Refresh</a> the page

0 commit comments

Comments
 (0)