mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 14:36:10 +02:00
🐛 Fix two small typos
This commit is contained in:
parent
9c0dc54cfe
commit
0c0f26bb18
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
[app.util.i18n :refer [tr t]]
|
[app.util.i18n :refer [tr t]]
|
||||||
[app.util.router :as rt]
|
[app.util.router :as rt]
|
||||||
[app.util.timers :as tm]
|
[app.util.timers :as tm]
|
||||||
|
[beicon.core :as rx]
|
||||||
[cljs.spec.alpha :as s]
|
[cljs.spec.alpha :as s]
|
||||||
[cuerdas.core :as str]
|
[cuerdas.core :as str]
|
||||||
[rumext.alpha :as mf]))
|
[rumext.alpha :as mf]))
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
(rx/of (dm/error (tr "errors.profile-is-muted")))
|
(rx/of (dm/error (tr "errors.profile-is-muted")))
|
||||||
|
|
||||||
:email-has-permanent-bounces
|
: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/of (dm/error (tr "errors.email-has-permanent-bounces" email))))
|
||||||
|
|
||||||
(rx/throw error)))
|
(rx/throw error)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue