Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Feb 13, 2024
1 parent f31f993 commit 35a576b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ElementsSidebar = ({ config, elements, elementActions, importActions }) =>
<ul className="list-unstyled">
<li>
<Link href={buildPath(config.baseUrl, 'catalogs')}
onClick={() => elementActions.fetchElements('catalogs')}>{gettext('Catalogs1')}</Link>
onClick={() => elementActions.fetchElements('catalogs')}>{gettext('Catalogs')}</Link>
</li>
<li>
<Link href={buildPath(config.baseUrl, 'sections')}
Expand Down

0 comments on commit 35a576b

Please sign in to comment.