Skip to content

Commit

Permalink
Merge pull request syndesisio#1996 from michael-coker/start-finish-co…
Browse files Browse the repository at this point in the history
…nnection-wording
  • Loading branch information
pure-bot[bot] authored Mar 14, 2018
2 parents 3128f8c + 959510b commit 9cad103
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 1 addition & 9 deletions app/ui/src/app/connections/list/list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,7 @@ <h1>Register Applications</h1>

<!-- Card Description / Item Overview -->
<div class="card-pf-info text-center">
<p>
Don't see the connection you want listed?
</p>
<p>
Create a new one.
</p>
<p>
<button class="btn btn-default" (click)="onSelect(undefined, $event)">Create Connection</button>
</p>
<button class="btn btn-default" (click)="onSelect(undefined, $event)">Create Connection</button>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@
<div class="title">
<h1>{{ 'Choose a ' + positionText + ' Connection' | titleize }} </h1>
</div>
<p>First choose a connection.</p>
<p *ngIf="positionText == 'start'; else finishDesc">
Click the connection that starts the integration. If the connection you need is not available, click Create Connection.
</p>
<ng-template #finishDesc>
<p>
Click the connection that completes the integration. If the connection you need is not available, click Create Connection.
</p>
</ng-template>
<syndesis-list-toolbar [items]="connections$"
[filteredItems]="filteredConnections$"
[viewTemplate]="viewTemplate">
Expand Down

0 comments on commit 9cad103

Please sign in to comment.