Skip to content

Commit

Permalink
doc: error text
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Sep 26, 2024
1 parent c26dc99 commit f537663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/(main)/ClientComponents/ServerListClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ServerListClient() {
<div className="flex flex-col items-center justify-center">
<p className="text-sm font-medium opacity-40">{error.message}</p>
<p className="text-sm font-medium opacity-40">
Please check your env variables
Please check your environment variables and review the server console logs for more details.
</p>
</div>
);
Expand Down

0 comments on commit f537663

Please sign in to comment.