From cc197c39c06eabcb3cb38fc7cca6b13792b137d5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 17 Dec 2025 13:05:31 -0800 Subject: create seperate module for EAG import methods for clarity --- frontend/src/components/modals/FlowerUserscriptModal.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/src/components/modals/FlowerUserscriptModal.tsx') diff --git a/frontend/src/components/modals/FlowerUserscriptModal.tsx b/frontend/src/components/modals/FlowerUserscriptModal.tsx index 0428a9a..1f99ac7 100644 --- a/frontend/src/components/modals/FlowerUserscriptModal.tsx +++ b/frontend/src/components/modals/FlowerUserscriptModal.tsx @@ -36,7 +36,7 @@ export const FlowerUserscriptCard = ({ mainGameName, onClick }: FlowerUserscript

- {mainGameName} Flower/Eagle Play History (Userscript) + {mainGameName} Flower Play History (Userscript)

Import playdata from cabinets on the Flower network @@ -45,7 +45,7 @@ export const FlowerUserscriptCard = ({ mainGameName, onClick }: FlowerUserscript onClick={onClick} className="hover:cursor-pointer w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-3 sm:px-4 rounded-md text-sm sm:text-base font-medium transition-colors" > - Export Flower/Eagle Data + Export Flower Data ) @@ -81,7 +81,7 @@ const FlowerUserscriptModal = ({ {/* Header */}

- Import {mainGameName} Flower/Eagle Play Data + Import {mainGameName} Flower Play Data

Follow the instructions below to import your data @@ -91,8 +91,8 @@ const FlowerUserscriptModal = ({ {/* Warning */}

- You will need your ACCESS CODE to register on Flower/Eagle for the first time!

- Do this by tapping your Amusement IC card at any machine on the Flower/Eagle network and copying + You will need your ACCESS CODE to register on Flower for the first time!

+ Do this by tapping your Amusement IC card at any machine on the Flower network and copying down the code displayed on the screen.

This is likely not the same code as the one on the back of your card. -- cgit v1.2.3