diff options
author | bobzel <zzzman@gmail.com> | 2020-08-12 19:19:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 19:19:15 -0400 |
commit | 575ed4504f8bd5da42d209bcc313a4fc766247e3 (patch) | |
tree | 264c526a4883e6b2d0509563b72eb8987f3878f5 /src/client/views/collections/CollectionTreeView.tsx | |
parent | bb74db76c4cf694c646a3f248fa8151f15d8020e (diff) | |
parent | 5d57b23f67908e4f780058cb2568491b58039c1f (diff) |
Merge pull request #576 from browngraphicslab/menu_restructure
Menu restructure
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 6768c6df9..9e17f1fcb 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -478,7 +478,7 @@ class TreeView extends React.Component<TreeViewProps> { </div > {headerElements} <div className="treeViewItem-openRight" onClick={this.openRight}> - <FontAwesomeIcon title="open in pane on right" icon="external-link-alt" size="sm" /> + <FontAwesomeIcon title="open in a new pane" icon="external-link-alt" size="sm" /> </div> </>; } |