Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
InvertedX committed May 21, 2024
1 parent 409aa4b commit cc5bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/home/cards/accounts/spend/rbf/rbf_spend_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ class _RBFSpendScreenState extends ConsumerState<RBFSpendScreen> {
backgroundColor: EnvoyColors.danger,
replaceExisting: true,
duration: const Duration(seconds: 4),
message: "Error: unable construct transaction,changes rever",
message: "Error: Unable to construct transaction.",
// TODO: Figma
icon: const Icon(
Icons.info_outline,
Expand Down

0 comments on commit cc5bd1e

Please sign in to comment.