🐛 Fix two small typos

This commit is contained in:
Andrés Moya 2021-02-12 16:57:18 +01:00
parent 9c0dc54cfe
commit 0c0f26bb18
2 changed files with 2 additions and 1 deletions

View file

@ -51,7 +51,7 @@
(rx/of (dm/error (tr "errors.profile-is-muted")))
:email-has-permanent-bounces
(let [email (get @form [:data email])]
(let [email (get @form [:data :email-1])]
(rx/of (dm/error (tr "errors.email-has-permanent-bounces" email))))
(rx/throw error)))