This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ import angular from 'angular'
69
69
} ,
70
70
{
71
71
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' ,
74
74
enabled : false ,
75
75
dirty : false
76
76
}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ import _ from 'lodash'
79
79
display : true
80
80
}
81
81
vm . communities [ 'ibm_cognitive' ] = {
82
- displayName : 'IBM Cognitive' ,
82
+ displayName : 'Cognitive' ,
83
83
programId : vm . IBM_COGNITIVE_PROGRAM_ID ,
84
84
status : false ,
85
85
dirty : false ,
Original file line number Diff line number Diff line change 22
22
.community__description
23
23
span( ng-if ="communityKey == 'ios'" ) Mobile app design and development for iOS, with Swift emphasis
24
24
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
26
26
27
27
onoff-switch( model ="community.status" , unique-id ="'community-' + communityKey" )
28
28
You can’t perform that action at this time.
0 commit comments