Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Replace create with use in permissions resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash-naithani committed Apr 18, 2023
1 parent a1519d9 commit e60b5ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const ResourceName: React.VFC<ResourceNameProps> = ({
isInputFilterPersisted={true}
isInputValuePersisted={true}
width={220}
createText={t("resourcePrefix.create_text")}
/>
);
};

0 comments on commit e60b5ac

Please sign in to comment.