(fix) UI linting error

This commit is contained in:
ishaan-jaff 2024-01-29 08:14:13 -08:00
parent 4d5d1f031d
commit 50044f090f

View file

@ -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>