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