diff --git a/src/routes/stock-screener/+page.svelte b/src/routes/stock-screener/+page.svelte
index fdaccfbc..034c53bd 100644
--- a/src/routes/stock-screener/+page.svelte
+++ b/src/routes/stock-screener/+page.svelte
@@ -688,7 +688,7 @@
defaultValue: "any",
category: "Valuation & Ratios",
},
- peg: {
+ priceEarningsToGrowthRatio: {
label: "PEG Ratio",
step: [100, 10, 5, 3, 1, 0.5, 0],
defaultCondition: "over",
diff --git a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte
index 1dc38c26..e0e0f7a5 100644
--- a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte
+++ b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte
@@ -1,7 +1,6 @@
-