Skip to content

Commit

Permalink
SHIBUI-668: Updated Finish/Summary wizard navigation text to metadata…
Browse files Browse the repository at this point in the history
… source Finish/summary wizard navigation;;
  • Loading branch information
Jodie Muramoto committed Aug 7, 2018
1 parent 3b4cc89 commit 41d948f
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 @@ -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 @@ -23,7 +23,7 @@
<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>
<ng-container i18n="@@label--finish-summary-validation">5. Finished!</ng-container>
</h3>
</li>
<li class="nav-item">
Expand Down

0 comments on commit 41d948f

Please sign in to comment.