update buyin label

This commit is contained in:
David Westgate 2025-03-09 15:05:48 -07:00
parent bfa66d5856
commit ca042b3afb
3 changed files with 3 additions and 7 deletions

View File

@ -58,14 +58,12 @@ const BuyInSelector: React.FC<BuyInSelectorProps> = ({
))} ))}
</View> </View>
<Text style={styles.p}>{i18n.t("custom_buy_in")}</Text>
<TextInput <TextInput
style={styles.input} style={styles.input}
value={customAmount} value={customAmount}
maxLength={3} maxLength={3}
onChangeText={handleCustomAmountChange} onChangeText={handleCustomAmountChange}
placeholder={i18n.t("enter_custom_buy_in")} placeholder={`${i18n.t("custom_buy_in")} ${MIN} - ${MAX}`}
keyboardType="numeric" keyboardType="numeric"
/> />

View File

@ -8,8 +8,7 @@
"inr": "INR (₹)", "inr": "INR (₹)",
"select_number_of_players": "Select the Number of Players:", "select_number_of_players": "Select the Number of Players:",
"select_buyin_amount": "Select Buy-in Amount:", "select_buyin_amount": "Select Buy-in Amount:",
"custom_buy_in": "Or enter a custom amount:", "custom_buy_in": "Or, enter a custom amount:",
"enter_custom_buy_in": "Enter custom buy-in",
"selected_buy_in": "Selected Buy-in:", "selected_buy_in": "Selected Buy-in:",
"none": "None", "none": "None",
"pick_an_image": "Pick an image", "pick_an_image": "Pick an image",

View File

@ -8,8 +8,7 @@
"inr": "INR (₹)", "inr": "INR (₹)",
"select_number_of_players": "Seleccionar número de jugadores:", "select_number_of_players": "Seleccionar número de jugadores:",
"select_buyin_amount": "Seleccionar cantidad de buy-in:", "select_buyin_amount": "Seleccionar cantidad de buy-in:",
"custom_buy_in": "O ingresa una cantidad personalizada:", "custom_buy_in": "O, ingresa una cantidad personalizada:",
"enter_custom_buy_in": "Ingresar buy-in personalizado",
"selected_buy_in": "Buy-in seleccionado:", "selected_buy_in": "Buy-in seleccionado:",
"none": "Ninguno", "none": "Ninguno",
"pick_an_image": "Elige una imagen", "pick_an_image": "Elige una imagen",