Skip to content

Commit

Permalink
study flair: shorter delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Jul 9, 2024
1 parent 637c949 commit 617f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/studyForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 617f7e7

Please sign in to comment.