forked from phoenix/litellm-mirror
(fix) UI linting error
This commit is contained in:
parent
4d5d1f031d
commit
50044f090f
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
<Col numColSpan={1}>
|
||||
<p>
|
||||
Please save this secret key somewhere safe and accessible. For
|
||||
security reasons, <b>you won't be able to view it again</b>{" "}
|
||||
through your LiteLLM account. If you lose this secret key, you'll
|
||||
security reasons, <b>you will not be able to view it again</b>{" "}
|
||||
through your LiteLLM account. If you lose this secret key, you will
|
||||
need to generate a new one.
|
||||
</p>
|
||||
</Col>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue