Updated on 2026-08-14
This commit is contained in:
parent
06afe233fb
commit
9eab9e1a6e
25 changed files with 43 additions and 45 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue