fix: typo
This commit is contained in:
parent
223aaadba3
commit
82a1478ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class="flex items-center justify-between w-full p-4 rounded-md
|
||||||
<x-modal-confirmation title="Disable Two Step Confirmation?"
|
<x-modal-confirmation title="Disable Two Step Confirmation?"
|
||||||
buttonTitle="Disable Two Step Confirmation" isErrorButton
|
buttonTitle="Disable Two Step Confirmation" isErrorButton
|
||||||
submitAction="toggleTwoStepConfirmation" :actions="[
|
submitAction="toggleTwoStepConfirmation" :actions="[
|
||||||
'Tow Step confimation will be disabled globally.',
|
'Two Step confimation will be disabled globally.',
|
||||||
'Disabling two step confirmation reduces security (as anyone can easily delete anything).',
|
'Disabling two step confirmation reduces security (as anyone can easily delete anything).',
|
||||||
'The risk of accidental actions will increase.',
|
'The risk of accidental actions will increase.',
|
||||||
]"
|
]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue