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

Commit dfe87e1

Browse files
author
Vikas Agarwal
committed
Asana Task#251570416879588, Add IBM Cognitive opt-in to Skill Picker upon account activation and preferences page
-- Copy changes
1 parent 462ac5f commit dfe87e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/settings/email/email.controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ import angular from 'angular'
6969
},
7070
{
7171
id: 'TOPCODER_NL_IBM_COGNITIVE',
72-
name: 'IBM Cognitive Community Newsletter',
73-
desc: 'IBM Cognitive Community Newsletter',
72+
name: 'Cognitive Community Newsletter',
73+
desc: 'Cognitive Community Newsletter',
7474
enabled: false,
7575
dirty: false
7676
}

app/skill-picker/skill-picker.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import _ from 'lodash'
7979
display: true
8080
}
8181
vm.communities['ibm_cognitive'] = {
82-
displayName: 'IBM Cognitive',
82+
displayName: 'Cognitive',
8383
programId: vm.IBM_COGNITIVE_PROGRAM_ID,
8484
status: false,
8585
dirty: false,

app/skill-picker/skill-picker.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.community__description
2323
span(ng-if="communityKey == 'ios'") Mobile app design and development for iOS, with Swift emphasis
2424
span(ng-if="communityKey == 'predix'") Design and development on GE’s platform for the Industrial Internet of Things
25-
span(ng-if="communityKey == 'ibm_cognitive'") IBM Cognitive Community
25+
span(ng-if="communityKey == 'ibm_cognitive'") Cognitive Community
2626

2727
onoff-switch(model="community.status", unique-id="'community-' + communityKey")
2828

0 commit comments

Comments
 (0)