Skip to content

Commit 3853914

Browse files
feat(byok): swap wait and restart order in direct BYOK notice
1 parent b4d6664 commit 3853914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/organizations/byok/BYOKKeysManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export function BYOKKeysManager({ organizationId }: BYOKKeysManagerProps) {
469469
<p className="mt-1">
470470
In your client, select the{' '}
471471
<strong>{directProvider.name}</strong> model entry to use this key. After
472-
saving, you may need to restart your client and wait a few minutes for
472+
saving, you may need to wait a few minutes and restart your client for
473473
this entry to appear.
474474
</p>
475475
</AlertDescription>

0 commit comments

Comments
 (0)