diff --git a/ui/analyse/src/study/studyForm.ts b/ui/analyse/src/study/studyForm.ts index a62d6e561271..f73e0c7affee 100644 --- a/ui/analyse/src/study/studyForm.ts +++ b/ui/analyse/src/study/studyForm.ts @@ -142,7 +142,7 @@ export function view(ctrl: StudyForm): VNode { }), ], ), - data.flair && h(removeEmojiButton, 'Delete flair'), + data.flair && h(removeEmojiButton, 'Delete'), ]), h('div.form-group', [ h('label.form-label', { attrs: { for: 'study-name' } }, ctrl.trans.noarg('name')),