diff --git a/packages/apps/human-app/frontend/src/modules/smart-contracts/EthKVStore/config.ts b/packages/apps/human-app/frontend/src/modules/smart-contracts/EthKVStore/config.ts index 06f52f89b0..60e089c9c2 100644 --- a/packages/apps/human-app/frontend/src/modules/smart-contracts/EthKVStore/config.ts +++ b/packages/apps/human-app/frontend/src/modules/smart-contracts/EthKVStore/config.ts @@ -16,6 +16,7 @@ export enum JobType { AUDIO_TRANSCRIPTION = 'audio_transcription', AUDIO_ATTRIBUTE_ANNOTATION = 'audio_attribute_annotation', SOCIAL_MEDIA_PROMOTION = 'social_media_promotion', + SOCIAL_MEDIA_ENGAGEMENT = 'social_media_engagement', } export const EthKVStoreKeys = { diff --git a/packages/apps/human-app/frontend/src/shared/i18n/en.json b/packages/apps/human-app/frontend/src/shared/i18n/en.json index d364c6e88c..d5619012e9 100644 --- a/packages/apps/human-app/frontend/src/shared/i18n/en.json +++ b/packages/apps/human-app/frontend/src/shared/i18n/en.json @@ -506,6 +506,7 @@ "image_polygons": "Polygons", "audio_transcription": "Audio Transcription", "audio_attribute_annotation": "Audio Attribute Annotation", - "social_media_promotion": "Social Media Promotion" + "social_media_promotion": "Social Media Promotion", + "social_media_engagement": "Social Media Engagement" } }