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",