diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 3e2dd115..102d736c 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -399,7 +399,7 @@ "label_source_jar": "Send from", "title_jar_selector": "Select a jar from your wallet to send the funds to.", "label_amount_input": "Amount", - "placeholder_amount_input": "Enter amount in sats or BTC...", + "placeholder_amount_input": "Enter amount in sats...", "feedback_invalid_amount": "Please provide a valid amount.", "feedback_amount_exceeds_balance": "Amount exceeds the available balance in the selected jar.", "sending_options": "Sending options", @@ -479,7 +479,7 @@ "button_settings": "Receive options", "label_source_jar": "Receive to", "label_amount_input": "Amount", - "placeholder_amount_input": "Enter amount in sats or BTC...", + "placeholder_amount_input": "Enter amount in sats...", "feedback_invalid_amount": "Please provide a valid amount.", "button_new_address": "Get new address", "button_download_qr": "Save QR Code to file", @@ -514,7 +514,7 @@ "feedback_invalid_abs_fee": "Invalid absolute fee.", "label_min_amount_input": "Minimum amount", "description_min_amount_input": "The minimum size of your offer. You will not participate in collaborative transactions below this amount.", - "placeholder_min_amount_input": "Enter a minimum amount in sats or BTC...", + "placeholder_min_amount_input": "Enter a minimum amount in sats...", "feedback_invalid_min_amount": "Please provide a minimum amount.", "feedback_invalid_min_amount_range": "Please provide a minimum amount in sats between {{ minAmountMin }} and {{ minAmountMax }}.", "feedback_invalid_min_amount_insufficient_funds": "Invalid minimum amount: Insufficient funds available.", diff --git a/src/i18n/locales/ru/translation.json b/src/i18n/locales/ru/translation.json index f931fda3..42feb670 100644 --- a/src/i18n/locales/ru/translation.json +++ b/src/i18n/locales/ru/translation.json @@ -307,7 +307,7 @@ "label_source_jar": "Отправить из", "title_jar_selector": "Выберите банку в вашем кошельке, куда вы хотите отправить средства.", "label_amount_input": "Количество", - "placeholder_amount_input": "Введите сумму в sats или BTC", + "placeholder_amount_input": "Введите сумму в sats", "feedback_invalid_amount": "Пожалуйста, укажите действительную сумму.", "sending_options": "Параметры отправки", "toggle_coinjoin": "Отправить как Совместную Транзакцию", @@ -386,7 +386,7 @@ "button_settings": "Параметры получения", "label_source_jar": "Получить в", "label_amount_input": "Сумма", - "placeholder_amount_input": "Введите сумму в sats или BTC", + "placeholder_amount_input": "Введите сумму в sats", "feedback_invalid_amount": "Пожалуйста, укажите действительную сумму.", "button_new_address": "Получить новый адрес", "text_getting_address": "Получение нового адреса" @@ -412,7 +412,7 @@ "description_abs_fee": "комиссия, взимаемая с других лиц, как абсолютная сумма, выраженная в sats.", "feedback_invalid_abs_fee": "Неверная абсолютная комиссия.", "label_min_amount_input": "Минимальная сумма", - "placeholder_min_amount_input": "Введите минимальную сумму в sats или BTC", + "placeholder_min_amount_input": "Введите минимальную сумму в sats", "feedback_invalid_min_amount": "Пожалуйста, укажите минимальную сумму.", "feedback_invalid_min_amount_range": "Пожалуйста, укажите минимальную сумму в сатах между {{ minAmountMin }} и {{ minAmountMax }}.", "feedback_invalid_min_amount_insufficient_funds": "Неверная минимальная сумма: недостаточно средств.",