From 0edbafd00339d256529abe24c2b2a1dd410b0588 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 11 May 2020 15:06:07 +0100 Subject: [PATCH] ui: Change wording used in the intention forms (#7831) 1. When choosing Services/Nsmapces for intentions you can either choose a service from autocomplete menus, or write any service name, existing or not. We previous said this would be a 'Future' service, but it could also be a service in another datacenter, or a 'virtual service'. 2. Reword the hints underneath the autocomplete menus to reflect point 1 --- ui-v2/app/components/consul-intention-form/index.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui-v2/app/components/consul-intention-form/index.hbs b/ui-v2/app/components/consul-intention-form/index.hbs index 8ca7013c87..c6b38a9c02 100644 --- a/ui-v2/app/components/consul-intention-form/index.hbs +++ b/ui-v2/app/components/consul-intention-form/index.hbs @@ -10,7 +10,7 @@ @searchField="Name" @selected={{SourceName}} @searchPlaceholder="Type service name" - @buildSuggestion={{action "createNewLabel" "Use a future Consul Service called '{{term}}'"}} + @buildSuggestion={{action "createNewLabel" "Use a Consul Service called '{{term}}'"}} @showCreateWhen={{action "isUnique"}} @onCreate={{action "change" "SourceName"}} @onChange={{action "change" "SourceName"}} as |service|> @@ -20,7 +20,7 @@ {{service.Name}} {{/if}} - Search for an existing service, write in a future one, or write in any Service URI. + Search for an existing service, or enter any Service name. {{#if (env 'CONSUL_NSPACES_ENABLED')}} {{/if}} @@ -53,7 +53,7 @@ @searchField="Name" @selected={{DestinationName}} @searchPlaceholder="Type service name" - @buildSuggestion={{action "createNewLabel" "Use a future Consul Service called '{{term}}'"}} + @buildSuggestion={{action "createNewLabel" "Use a Consul Service called '{{term}}'"}} @showCreateWhen={{action "isUnique"}} @onCreate={{action "change" "DestinationName"}} @onChange={{action "change" "DestinationName"}} as |service|> @@ -63,7 +63,7 @@ {{service.Name}} {{/if}} - Search for an existing service or write in a future one. + Search for an existing service, or enter any Service name. {{#if (env 'CONSUL_NSPACES_ENABLED')}}