Skip to content

Commit 684f55e

Browse files
committed
refactor(policy-workbench): add context to confetti definition
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 523ebad commit 684f55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/views/Settings/PolicyWorkbench/settings/confetti

src/views/Settings/PolicyWorkbench/settings/confetti/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import type { PolicySettingDefinition } from '../../types'
1111
export const confettiDefinition: PolicySettingDefinition<'confetti'> = {
1212
key: 'confetti',
1313
title: t('libresign', 'Confetti animation'),
14+
context: t('libresign', 'UI effect'),
1415
description: t('libresign', 'Control whether a celebratory animation is shown when someone signs a document.'),
15-
menuHint: t('libresign', 'Useful to validate the policy shell with a compact editor and simple value shape.'),
1616
editor: ConfettiRuleEditor,
1717
createEmptyValue: () => ({
1818
enabled: true,

0 commit comments

Comments
 (0)