Skip to content

Commit 5d8d576

Browse files
Update apis/upbound/v1alpha1/space_types.go
Co-authored-by: Taylor Thornton <2375126+tnthornton@users.noreply.github.com>
1 parent 32049bb commit 5d8d576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/upbound/v1alpha1/space_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const (
3636
// the space. The value should always match the `spec.provider` field.
3737
SpaceProviderLabelKey = "spaces.upbound.io/provider"
3838

39-
// SpaceInaccessibleLabelKey is the key used to indicate that the space
40-
// cannot be accessed by the current user.
39+
// SpaceInaccessibleLabelKey is the key used to indicate that the current
40+
// user is not entitled to use the space.
4141
SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible"
4242
)
4343

0 commit comments

Comments
 (0)