0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 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

@ -23,6 +23,7 @@
[app.util.i18n :refer [tr t]]
[app.util.router :as rt]
[app.util.timers :as tm]
[beicon.core :as rx]
[cljs.spec.alpha :as s]
[cuerdas.core :as str]
[rumext.alpha :as mf]))

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)))