diff --git a/ui/litellm-dashboard/src/components/settings.tsx b/ui/litellm-dashboard/src/components/settings.tsx index 46c487683..91f35c249 100644 --- a/ui/litellm-dashboard/src/components/settings.tsx +++ b/ui/litellm-dashboard/src/components/settings.tsx @@ -620,7 +620,7 @@ const Settings: React.FC = ({

{key === "SMTP_HOST" && (

- Enter the SMTP host address, e.g. 'smtp.resend.com' + Enter the SMTP host address, e.g. `smtp.resend.com` Required *
@@ -628,7 +628,7 @@ const Settings: React.FC = ({ {key === "SMTP_PORT" && (
- Enter the SMTP port number, e.g. '587' + Enter the SMTP port number, e.g. `587` Required *
@@ -637,7 +637,7 @@ const Settings: React.FC = ({ {key === "SMTP_USERNAME" && (
- Enter the SMTP username, e.g. 'username' + Enter the SMTP username, e.g. `username` Required *
@@ -649,7 +649,7 @@ const Settings: React.FC = ({ {key === "SMTP_SENDER_EMAIL" && (
- Enter the sender email address, e.g. 'sender@berri.ai' + Enter the sender email address, e.g. `sender@berri.ai` Required *
@@ -657,7 +657,7 @@ const Settings: React.FC = ({ {key === "TEST_EMAIL_ADDRESS" && (
- Email Address to send 'Test Email Alert' to. example: 'info@berri.ai' + Email Address to send `Test Email Alert` to. example: `info@berri.ai` Required *
)