From 7ec9bb92f70e161cfea60770ba689f761e7c22e5 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 7 May 2020 12:58:21 -0400 Subject: [PATCH] Create new label button overflow (#1459) * Tighten up copy * amp; --- .../src/components/categorical/category/annoDialogAddLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/categorical/category/annoDialogAddLabel.js b/client/src/components/categorical/category/annoDialogAddLabel.js index 7fea9fcc..8d0efca2 100644 --- a/client/src/components/categorical/category/annoDialogAddLabel.js +++ b/client/src/components/categorical/category/annoDialogAddLabel.js @@ -92,7 +92,7 @@ class Category extends React.PureComponent { instruction={this.instruction(newLabelText)} cancelTooltipContent="Close this dialog without adding a label." primaryButtonText="Add label" - secondaryButtonText={`Add label and assign ${crossfilter.countSelected()} currently selected cells`} + secondaryButtonText={`Add label & assign ${crossfilter.countSelected()} selected cells`} handleSecondaryButtonSubmit={this.addLabelAndAssignCells} text={newLabelText} validationError={this.labelNameError(newLabelText)}