diff --git a/messages/en-US.json b/messages/en-US.json index 7b553976..23078d05 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -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.", diff --git a/src/components/CreateRoleForm.tsx b/src/components/CreateRoleForm.tsx index 8108461d..ba9863b5 100644 --- a/src/components/CreateRoleForm.tsx +++ b/src/components/CreateRoleForm.tsx @@ -161,7 +161,7 @@ export default function CreateRoleForm({ )} /> {build !== "oss" && ( -