Skip to content

Commit 4ff3d7d

Browse files
committed
refactor(policy-workbench): normalize signing order naming
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent eb7bdb4 commit 4ff3d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Settings/PolicyWorkbench/SigningOrderPolicyWorkbench.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const signingOrderSummary = computed(() => {
123123
case 'ordered_numeric':
124124
return t('libresign', 'Sequential')
125125
case 'none':
126-
return t('libresign', 'Disabled')
126+
return t('libresign', 'Simultaneous or Sequential')
127127
default:
128128
return t('libresign', 'Waiting for current policy value')
129129
}

0 commit comments

Comments
 (0)