This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ angular.module('topcoderX')
185
185
}
186
186
return $http ( {
187
187
method : 'GET' ,
188
- url : $rootScope . appConfig . TOPCODER_VALUES [ $rootScope . appConfig . TOPCODER_ENV ] . TC_API_V5_URL + '/emsi-skills /skills/auto-complete ' ,
188
+ url : $rootScope . appConfig . TOPCODER_VALUES [ $rootScope . appConfig . TOPCODER_ENV ] . TC_API_V5_URL + '/standardized-sills /skills/autocomplete ' ,
189
189
params : {
190
190
term : searchQuery ,
191
191
} ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h2>{{title}}</h2>
77
77
TC Connect Project is required.</ span >
78
78
< br />
79
79
< br />
80
- < label class ="form-label "> Tags :</ label >
80
+ < label class ="form-label "> Skills :</ label >
81
81
< ui-select multiple ng-model ="project.tags " theme ="bootstrap " close-on-select ="false ">
82
82
< ui-select-match placeholder ="Select... ">
83
83
{{$item.name}}
@@ -88,9 +88,9 @@ <h2>{{title}}</h2>
88
88
{{tag.name}}
89
89
</ ui-select-choices >
90
90
</ ui-select >
91
- < small class ="form-hint "> Select the Tags to be associated with.</ small >
91
+ < small class ="form-hint "> Select the skills to be associated with.</ small >
92
92
< span ng-show ="projectForm.project.tags.$touched && projectForm.project.tags.$invalid "> The
93
- Project/Challenge tags cannot be empty. [PATCH /challenges/:challengeId requires at least one tag ]</ span >
93
+ Project/Challenge skills cannot be empty. [PATCH /challenges/:challengeId requires at least one skill ]</ span >
94
94
< br />
95
95
< br />
96
96
< label class ="form-label "> Repo URLs:</ label >
You can’t perform that action at this time.
0 commit comments