File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Bitkit/Views/Wallets/Sheets Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,8 @@ struct BoostSheet: View {
389389 app. toast (
390390 type: . success,
391391 title: t ( " wallet__boost_success_title " ) ,
392- description: t ( " wallet__boost_success_msg " )
392+ description: t ( " wallet__boost_success_msg " ) ,
393+ accessibilityIdentifier: " BoostSuccessToast "
393394 )
394395
395396 Logger . info ( " Boost transaction completed successfully, hiding sheet " , context: " BoostSheet.performBoost " )
@@ -408,8 +409,9 @@ struct BoostSheet: View {
408409
409410 app. toast (
410411 type: . error,
411- title: t ( " wallet__boost_error " ) ,
412- description: error. localizedDescription
412+ title: t ( " wallet__boost_error_title " ) ,
413+ description: t ( " wallet__boost_error_msg " ) ,
414+ accessibilityIdentifier: " BoostFailureToast "
413415 )
414416
415417 throw error
You can’t perform that action at this time.
0 commit comments