diff --git a/css/styles.css b/css/styles.css
index eb482ac..109ca94 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1,4 +1,4 @@
-/* Health Analytics Dashboard Styles */
+/* Sport Science Coach Styles */
:root {
--primary-color: #4a6fa5;
diff --git a/index.html b/index.html
index 3b4d3f8..48b375f 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- Health Analytics Dashboard
+ Sport Science Coach
@@ -12,7 +12,7 @@
- Health Analytics Dashboard
+ Sport Science Coach
@@ -115,7 +115,7 @@
diff --git a/js/config.js b/js/config.js
index d2f2af1..d036eca 100644
--- a/js/config.js
+++ b/js/config.js
@@ -1,5 +1,5 @@
/**
- * Health Analytics Dashboard Configuration
+ * Sport Science Coach Configuration
* Contains settings for OpenAI API, system prompts, and application configuration
*/
diff --git a/js/report-generator.js b/js/report-generator.js
index bd7f1e5..219c313 100644
--- a/js/report-generator.js
+++ b/js/report-generator.js
@@ -182,7 +182,7 @@ class ReportGenerator {
const element = this.reportContainer;
const opt = {
margin: [10, 10],
- filename: 'health-analytics-report.pdf',
+ filename: 'Sport-Science-Coach-report.pdf',
image: { type: 'jpeg', quality: 0.98 },
html2canvas: {
scale: 2,