Updated on 2026-08-14

This commit is contained in:
Tangem 2022-11-30 11:29:27 +03:00
parent 06afe233fb
commit 9eab9e1a6e
25 changed files with 43 additions and 45 deletions

View file

@ -18,7 +18,7 @@ class RequestFeeErrorDialog {
val errorMessage = dialog.error.customMessage
return AlertDialog.Builder(context).apply {
setTitle(R.string.send_error_fee_request_failed)
setTitle(R.string.common_fee_error)
setMessage(context.getString(R.string.alert_failed_to_send_transaction_message, errorMessage))
setNegativeButton(R.string.alert_button_send_feedback) { _, _ ->
store.dispatch(GlobalAction.SendEmail(SendTransactionFailedEmail(errorMessage)))