Skip to content

Commit

Permalink
change error text
Browse files Browse the repository at this point in the history
Co-authored-by: Theophile Sandoz <theophile.sandoz@gmail.com>
  • Loading branch information
IlyaSmiyukha and thesan committed Jun 19, 2023
1 parent c0e0e16 commit 13f8989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const EmailSubscriptionMachine = createMachine<Context, EmailSubscription
},
...transactionModalFinalStatusesFactory({
metaMessages: {
error: 'There was a problem email subscription.',
error: 'There was a problem during the email subscription.',
},
}),
},
Expand Down

0 comments on commit 13f8989

Please sign in to comment.