From ca042b3afbc85bc68d59f8fdc0e212a1b321fc77 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Sun, 9 Mar 2025 15:05:48 -0700 Subject: [PATCH] update buyin label --- components/BuyInSelector.tsx | 4 +--- i18n/en.json | 3 +-- i18n/es.json | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/components/BuyInSelector.tsx b/components/BuyInSelector.tsx index a280820..93eae83 100644 --- a/components/BuyInSelector.tsx +++ b/components/BuyInSelector.tsx @@ -58,14 +58,12 @@ const BuyInSelector: React.FC = ({ ))} - {i18n.t("custom_buy_in")} - diff --git a/i18n/en.json b/i18n/en.json index f671d03..da31ef9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -8,8 +8,7 @@ "inr": "INR (₹)", "select_number_of_players": "Select the Number of Players:", "select_buyin_amount": "Select Buy-in Amount:", - "custom_buy_in": "Or enter a custom amount:", - "enter_custom_buy_in": "Enter custom buy-in", + "custom_buy_in": "Or, enter a custom amount:", "selected_buy_in": "Selected Buy-in:", "none": "None", "pick_an_image": "Pick an image", diff --git a/i18n/es.json b/i18n/es.json index cff8756..c39c4aa 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -8,8 +8,7 @@ "inr": "INR (₹)", "select_number_of_players": "Seleccionar número de jugadores:", "select_buyin_amount": "Seleccionar cantidad de buy-in:", - "custom_buy_in": "O ingresa una cantidad personalizada:", - "enter_custom_buy_in": "Ingresar buy-in personalizado", + "custom_buy_in": "O, ingresa una cantidad personalizada:", "selected_buy_in": "Buy-in seleccionado:", "none": "Ninguno", "pick_an_image": "Elige una imagen",