Skip to content

Commit f69b777

Browse files
fix(my-design): Update heading for Other Published Design to Other Public Design
Signed-off-by: Vidit Kushwaha <[email protected]>
1 parent 37284a3 commit f69b777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/CatalogDetail/RelatedDesigns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const RelatedDesigns: React.FC<RelatedDesignsProps> = ({
4141
<AdditionalContainer>
4242
<ContentHeading>
4343
<h2 style={{ margin: '0', textTransform: 'uppercase' }}>
44-
Other published design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
44+
Other public design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
4545
{fetchingOrgError ? '' : `under ${organizationName}`}
4646
</h2>
4747
</ContentHeading>

0 commit comments

Comments
 (0)