diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue index 82af9a304..c4ca707b4 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue @@ -93,7 +93,7 @@ export default { title: vm.$t('xpack.Execute'), name: 'execute', can: ({ row }) => { - return row.is_active && vm.$hasPerm('accounts.add_changesecretexection') + return row.is_active && vm.$hasPerm('accounts.add_changesecretexecution') }, type: 'info', disabled: ({ row }) => !row.is_active,