Skip to content

Commit

Permalink
SHIBUI-668: Updated copy resolver text not to include number; fixed c…
Browse files Browse the repository at this point in the history
…heck mark icon so it fits in the wizard nav;
  • Loading branch information
Jodie Muramoto committed Aug 7, 2018
1 parent 41d948f commit 3f44340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</li>
<li class="nav-item">
<h3 class="tag tag-primary">
<span class="index"><i class="fa fa-fw fa-check fa-lg"></i></span>
<ng-container i18n="@@label--finish-summary-validation">5. Finished!</ng-container>
<span class="index"><i class="fa fa-fw fa-check"></i></span>
<ng-container i18n="@@label--finish-summary-validation">Finished!</ng-container>
</h3>
</li>
<li class="nav-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="tag tag-primary">
<button class="nav-link next btn clearfix" (click)="next()" [disabled]="providerForm.invalid" aria-label="Next: Step 2, Organization information"
role="button">
<span class="label pull-left" i18n="@@label--finish-validate">
FINISH AND VALIDATE
Finished!
</span>
<span class="direction pull-right">
<i class="fa fa-fw fa-arrow-circle-right d-block fa-2x"></i>
Expand Down

0 comments on commit 3f44340

Please sign in to comment.