diff --git a/apps/webservice/src/app/[workspaceSlug]/(app)/(job)/jobs/JobTable.tsx b/apps/webservice/src/app/[workspaceSlug]/(app)/(job)/jobs/JobTable.tsx
index deb583e27..bf710a515 100644
--- a/apps/webservice/src/app/[workspaceSlug]/(app)/(job)/jobs/JobTable.tsx
+++ b/apps/webservice/src/app/[workspaceSlug]/(app)/(job)/jobs/JobTable.tsx
@@ -27,7 +27,7 @@ import { VariableCell } from "~/app/[workspaceSlug]/(app)/_components/job-table/
import { JobTableStatusIcon } from "~/app/[workspaceSlug]/(app)/_components/JobTableStatusIcon";
import { useFilter } from "~/app/[workspaceSlug]/(app)/_components/useFilter";
import { api } from "~/trpc/react";
-import { nFormatter } from "../../systems/[systemSlug]/_components/nFormatter";
+import { nFormatter } from "../../systems-old/[systemSlug]/_components/nFormatter";
type JobTableProps = {
workspaceId: string;
diff --git a/apps/webservice/src/app/[workspaceSlug]/(app)/(resources)/resources/ResourcePageContent.tsx b/apps/webservice/src/app/[workspaceSlug]/(app)/(resources)/resources/ResourcePageContent.tsx
index 41899d4be..7bebd99b2 100644
--- a/apps/webservice/src/app/[workspaceSlug]/(app)/(resources)/resources/ResourcePageContent.tsx
+++ b/apps/webservice/src/app/[workspaceSlug]/(app)/(resources)/resources/ResourcePageContent.tsx
@@ -131,7 +131,7 @@ export const ResourcePageContent: React.FC<{
return
+ Resources are the destinations where your jobs are executed. They + can represent a wide range of entities, from a traditional + infrastructure resource like an EKS cluster to a more abstract + resource like a Salesforce account. +
++ To keep the status of resources up-to-date, they should be created + by providers. You can then attach metadata to these resources, + allowing Environments to easily filter and include them in specific + workflows. +
+