Create new label button overflow (#1459)

* Tighten up copy

* amp;
This commit is contained in:
Colin Megill
2020-05-07 12:58:21 -04:00
committed by GitHub
parent 888f730526
commit 7ec9bb92f7

View File

@@ -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)}