Skip to content

Commit 0600e90

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/views/Settings/PolicyWorkbench/settings/identify-factors

src/views/Settings/PolicyWorkbench/settings/identify-factors/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 identifyFactorsDefinition: PolicySettingDefinition<'identify_factors'> = {
1212
key: 'identify_factors',
1313
title: t('libresign', 'Identification factors'),
14+
context: t('libresign', 'Identity matrix'),
1415
description: t('libresign', 'Configure which factors identify signers and how each factor maps to signature methods.'),
15-
menuHint: t('libresign', 'Complex matrix example with nested options per factor and fallback behavior.'),
1616
editor: IdentifyFactorsRuleEditor,
1717
createEmptyValue: () => ({
1818
enabled: true,

0 commit comments

Comments
 (0)