style(frontend): type bypass

This commit is contained in:
Alfonso Hernandez
2024-07-18 18:53:45 +02:00
parent f544b39597
commit bc5003ae4c
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ export const ReviewAccessRequestModal = ({
className={byPassApproval ? "bg-red hover:bg-red-600 border-red" : ""}
>
<span className="text-red text-sm">
Approve without waiting for requirements to be met (by pass policy protection)
Approve without waiting for requirements to be met (bypass policy protection)
</span>
</Checkbox>
</div>

View File

@@ -114,7 +114,7 @@ export const SecretApprovalRequestAction = ({
className={byPassApproval ? "bg-red hover:bg-red-600 border-red" : ""}
>
<span className="text-red text-sm">
Merge without waiting for approval (by pass secret change policy)
Merge without waiting for approval (bypass secret change policy)
</span>
</Checkbox>
</div>