spacing and phrase improvement

This commit is contained in:
miloschwartz
2026-01-18 12:08:29 -08:00
parent a3fa12f0e4
commit 43c60bcdbc
4 changed files with 4 additions and 4 deletions

View File

@@ -1581,7 +1581,7 @@
"timeoutSeconds": "Timeout (sec)",
"timeIsInSeconds": "Time is in seconds",
"requireDeviceApproval": "Require Device Approvals",
"requireDeviceApprovalDescription": "Users with this role need their devices approved by an admin before they can access resources",
"requireDeviceApprovalDescription": "Users with this role need new devices approved by an admin before they can connect and access resources.",
"retryAttempts": "Retry Attempts",
"expectedResponseCodes": "Expected Response Codes",
"expectedResponseCodesDescription": "HTTP status code that indicates healthy status. If left blank, 200-300 is considered healthy.",

View File

@@ -161,7 +161,7 @@ export default function CreateRoleForm({
)}
/>
{build !== "oss" && (
<div className="pt-3">
<div>
<PaidFeaturesAlert />
<FormField

View File

@@ -166,7 +166,7 @@ const CredenzaFooter = ({ className, children, ...props }: CredenzaProps) => {
return (
<CredenzaFooter
className={cn(
"mt-8 md:mt-0 -mx-6 px-6 py-4 border-t border-border",
"mt-8 md:mt-0 -mx-6 -mb-4 px-6 py-4 border-t border-border",
className
)}
{...props}

View File

@@ -169,7 +169,7 @@ export default function EditRoleForm({
)}
/>
{build !== "oss" && (
<div className="pt-3">
<div>
<PaidFeaturesAlert />
<FormField