Skip to content

Commit

Permalink
Update rbac message for teh forward switch
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Aug 26, 2024
1 parent 5c7683a commit 2963fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function EventStreamPage() {
isDisabled: () =>
canEditEventStream
? ''
: t(`The event stream cannot be edited due to insufficient permission`),
: t(`The event stream cannot be updated due to insufficient permission`),
},
{
type: PageActionType.Button,
Expand Down

0 comments on commit 2963fda

Please sign in to comment.