Skip to content

Commit

Permalink
code review: copy should reference current entity type
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Sep 23, 2024
1 parent 65e6a4f commit eeec8e1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,11 @@ const EntityAclEditor = React.forwardRef(function EntityAclEditor(
<>
<p>
Editing the settings here will impact the sharing settings for
all files and folders within this project, not just the ones
you&apos;ve recently uploaded.
all files and folders within this{' '}
{entityTypeToFriendlyName(
entityBundle?.entityType,
).toLowerCase()}
, not just the ones you&apos;ve recently uploaded.
</p>
<p>
View the instructions above for setting your{' '}
Expand Down

0 comments on commit eeec8e1

Please sign in to comment.