Mercurial > hg > ugly-duckling
changeset 29:42c97f604d80
Fix type in tab label.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 29 Nov 2016 12:00:07 +0000 |
parents | 85c741b8130c |
children | 5bdfcf493646 |
files | src/app/app.component.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/app.component.html Tue Nov 29 11:58:25 2016 +0000 +++ b/src/app/app.component.html Tue Nov 29 12:00:07 2016 +0000 @@ -21,7 +21,7 @@ <md-tab label="Playback"> <app-playback-control class="playback-content"></app-playback-control> </md-tab> - <md-tab label="FeatureExtraction"> + <md-tab label="Feature Extraction"> <p>Extraction</p> </md-tab> </md-tab-group>