mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 10:57:13 +02:00
🐛 Fix search label in translations
This commit is contained in:
parent
51611fbc09
commit
1f80827d94
3 changed files with 7 additions and 6 deletions
|
@ -411,9 +411,9 @@
|
|||
(mf/with-memo []
|
||||
(-> (shuffle [{:label (tr "labels.youtube") :value "youtube"}
|
||||
{:label (tr "labels.event") :value "event"}
|
||||
{:label (tr "labels.search") :value "search"}
|
||||
{:label (tr "labels.social") :value "social"}
|
||||
{:label (tr "labels.article") :value "article"}])
|
||||
{:label (tr "onboarding.questions.referer.search") :value "search"}
|
||||
{:label (tr "onboarding.questions.referer.social") :value "social"}
|
||||
{:label (tr "onboarding.questions.referer.article") :value "article"}])
|
||||
(conj {:label (tr "labels.other-short") :value "other"})))
|
||||
|
||||
current-referer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue