Help
- How to use the SBA CSV to XML converter, common errors, and + How to use the CSV to XML converter, common errors, and who to contact if something goes wrong.
@@ -36,7 +36,7 @@ export default function HelpPage() {- The SBA CSV to XML converter takes a counseling or training + This tool takes a counseling or training CSV export from Salesforce and produces an XSD-compliant XML file ready for submission to the SBA. Along the way it:
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 1025d30..0d25c03 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -5,8 +5,8 @@ import { Nav } from "@/components/nav"; import { ErrorBoundary } from "@/components/error-boundary"; export const metadata: Metadata = { - title: "SBA CSV to XML Converter", - description: "Convert SBA counseling and training CSV files to XML format", + title: "CSV to XML Converter", + description: "Convert counseling and training CSV files to XML format", }; export default function RootLayout({ diff --git a/apps/web/src/app/login/page.tsx b/apps/web/src/app/login/page.tsx index 6c5725d..817d704 100644 --- a/apps/web/src/app/login/page.tsx +++ b/apps/web/src/app/login/page.tsx @@ -40,7 +40,7 @@ export default function LoginPage() {Sign In
-SBA CSV to XML Converter
+CSV to XML Converter