From 1467357db5c65eaa87aeb867b1336f83567484e0 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 7 Oct 2019 16:02:09 -0400 Subject: [PATCH] re-label (#973) --- client/src/components/categorical/value.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/categorical/value.js b/client/src/components/categorical/value.js index 7973a6de..81f92689 100644 --- a/client/src/components/categorical/value.js +++ b/client/src/components/categorical/value.js @@ -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 ? (