aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-10 18:22:45 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-10 18:22:45 -0500
commit9f08e3ce5e9073ade4b781181368d9417008b87f (patch)
tree44ee060e29e6e7d2db29160a85e27080ec63e946 /src/client/views/collections/CollectionTreeView.tsx
parent778c189edc73cdc6f672eff5166c23fd932740e3 (diff)
UI changes
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 3c7471d7c..4a3493160 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -475,7 +475,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 new a pane" icon="external-link-alt" size="sm" />
</div>
</>;
}