Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

SUP-2740, [Registration] Typo on reg skill picker #576

Merged
merged 1 commit into from
Nov 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/directives/track-toggle/track-toggle.directive.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
span.title(class="{{!tracks[track] && 'disabled'}}") {{track | track}}
.description
span(ng-if="track == 'DESIGN'") Website, mobile, and product design; UI and UX
span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application developent, and bug hunting
span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application development, and bug hunting
span(ng-if="track == 'DATA_SCIENCE'") Algorithms and data structures, statistical analysis

.onoffswitch
Expand Down