From 2e77f76cb43847184d21d51bf757ebbb5db54083 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 6 Nov 2017 12:46:54 -0800 Subject: [PATCH] Change micro copy to be more of a Call to Action and less long --- ui/src/admin/components/chronograf/NewUserTableRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/admin/components/chronograf/NewUserTableRow.js b/ui/src/admin/components/chronograf/NewUserTableRow.js index 28c4d174b1..61f519d408 100644 --- a/ui/src/admin/components/chronograf/NewUserTableRow.js +++ b/ui/src/admin/components/chronograf/NewUserTableRow.js @@ -126,7 +126,7 @@ class NewUserTableRow extends Component { }))} selected={ userOrganization.id === DEFAULT_ORG_ID - ? 'Add to Organization' + ? 'Choose one' : userOrganization.name } onChoose={this.handleSelectOrganization}