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

Commit a0a8f63

Browse files
committed
Minor wording and API updates
1 parent 05994c2 commit a0a8f63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/front/src/app/projects/project.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ angular.module('topcoderX')
185185
}
186186
return $http({
187187
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',
189189
params: {
190190
term: searchQuery,
191191
},

src/front/src/app/upsertproject/upsertproject.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>{{title}}</h2>
7777
TC Connect Project is required.</span>
7878
<br />
7979
<br />
80-
<label class="form-label">Tags:</label>
80+
<label class="form-label">Skills:</label>
8181
<ui-select multiple ng-model="project.tags" theme="bootstrap" close-on-select="false">
8282
<ui-select-match placeholder="Select...">
8383
{{$item.name}}
@@ -88,9 +88,9 @@ <h2>{{title}}</h2>
8888
{{tag.name}}
8989
</ui-select-choices>
9090
</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>
9292
<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>
9494
<br />
9595
<br />
9696
<label class="form-label">Repo URLs:</label>

0 commit comments

Comments
 (0)