Skip to content

Commit

Permalink
Update packages/neos-ui/src/Containers/LeftSideBar/NodeTree/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Wilhelm Behncke <2522299+grebaldi@users.noreply.github.com>
  • Loading branch information
Devclaim and grebaldi committed Apr 13, 2024
1 parent 75c09fc commit 8fcfe72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ export default class NodeTree extends PureComponent {
<button
onClick={this.handleCollapseAll}
className={style.collapseAll}
title={i18nRegistry.translate('collapseAll')}
title={i18nRegistry.translate('Neos.Neos.Ui:Main:collapseAll')}
>
<Icon className={style.collapseAllIcon} icon="compress-alt"/>
</button>
Expand Down

0 comments on commit 8fcfe72

Please sign in to comment.