Skip to content

Commit db9a3d3

Browse files
committed
fix: update alert message to specify 'application' instead of 'workload'
1 parent 183c242 commit db9a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/team/[team]/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Alert variant="error">
3434
<Heading level="2" size="small">No running instances</Heading>
3535
<BodyShort>
36-
There are no running instances of the following workload{noRunningInstances.length === 1
36+
There are no running instances of the following application{noRunningInstances.length === 1
3737
? ''
3838
: 's'}.
3939
</BodyShort>

0 commit comments

Comments
 (0)