Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-668 (pull request #135)
Browse files Browse the repository at this point in the history
SHIBUI-668: Updated Finish/Summary wizard navigation text to metadata source Finish/summary wizard navigation;

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Aug 7, 2018
2 parents 3b4cc89 + 3f44340 commit d8cfa12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export const FileBackedHttpMetadataProviderWizard: Wizard<FileBackedHttpMetadata
},
{
id: 'summary',
label: 'FINISH SUMMARY AND VALIDATION',
index: null,
label: 'Finished!',
index: 5,
initialValues: [],
schema: 'assets/schema/provider/metadata-provider-summary.schema.json'
}
Expand Down
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">FINISH SUMMARY AND VALIDATION</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 d8cfa12

Please sign in to comment.