We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183c242 commit db9a3d3Copy full SHA for db9a3d3
src/routes/team/[team]/+page.svelte
@@ -33,7 +33,7 @@
33
<Alert variant="error">
34
<Heading level="2" size="small">No running instances</Heading>
35
<BodyShort>
36
- There are no running instances of the following workload{noRunningInstances.length === 1
+ There are no running instances of the following application{noRunningInstances.length === 1
37
? ''
38
: 's'}.
39
</BodyShort>
0 commit comments