From 9b35e688cb7dd6783e219bd51abadf67343e6a8d Mon Sep 17 00:00:00 2001
From: fuddster <fuddster@users.noreply.github.com>
Date: Thu, 9 Jan 2025 13:28:54 -0600
Subject: [PATCH] Fix formatting issues

---
 2025/reefscape_config.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/2025/reefscape_config.js b/2025/reefscape_config.js
index c24a0c9e..966ef31a 100644
--- a/2025/reefscape_config.js
+++ b/2025/reefscape_config.js
@@ -130,7 +130,7 @@ var config_data = `
       },
       "defaultValue": "x"
     },
-    { "name": "Scored in Opponent Processor",
+    { "name": "Scored in<br>Opponent<br>Processor",
       "code": "opp",
       "type": "bool"
     }
@@ -140,12 +140,12 @@ var config_data = `
       "code": "ebt",
       "type": "timer"
     },
-    { "name": "Final Status",
+    { "name": "Final Robot Status",
       "code": "efs",
       "type":"radio",
       "choices": {
         "bp": "Parked<br>",
-        "ba": "Parked, failed climb<br>",
+        "ba": "Parked/Failed Climb<br>",
         "bs": "Shallow Cage<br>",
         "bd": "Deep Cage<br>",
         "x": "Not attempted"