|
@@ -10,7 +10,7 @@ export const ACTOR_PROFILES = {
|
|
|
iconBackground: '#ffffff',
|
|
|
},
|
|
|
planner: {
|
|
|
- name: '策划员', // Planner
|
|
|
+ name: '策划师', // Planner
|
|
|
icon: 'icons/planner.svg',
|
|
|
iconBackground: '#ffffff',
|
|
|
},
|
|
@@ -20,7 +20,7 @@ export const ACTOR_PROFILES = {
|
|
|
iconBackground: '#ffffff',
|
|
|
},
|
|
|
validator: {
|
|
|
- name: '验码者', // Validator
|
|
|
+ name: '验证程序', // Validator
|
|
|
icon: 'icons/validator.svg',
|
|
|
iconBackground: '#ffffff',
|
|
|
},
|