This commit is contained in:
Colin Megill
2019-10-07 16:02:09 -04:00
committed by GitHub
parent de6721b682
commit 1467357db5

View File

@@ -401,7 +401,7 @@ class CategoryValue extends React.Component {
data-testclass="handleAddCurrentSelectionToThisLabel"
data-testid={`handleAddCurrentSelectionToThisLabel-${metadataField}`}
onClick={this.handleAddCurrentSelectionToThisLabel}
text={`Label currently selected cells as ${displayString}`}
text={`Re-label currently selected cells as ${displayString}`}
/>
{displayString !== globals.unassignedCategoryLabel ? (
<MenuItem