🐛 Fix enter on empty search page

This commit is contained in:
Pablo Alba 2022-03-23 13:36:31 +01:00 committed by Andrey Antukh
parent 9c5c2ac8bf
commit 5264863863
5 changed files with 18 additions and 8 deletions

View file

@ -28,7 +28,7 @@
[:a {:href cf/terms-of-service-uri :target "_blank"} (tr "auth.terms-of-service")])
(when show-all?
[:span (tr "auth.and")])
[:span (tr "labels.and")])
(when show-privacy?
[:a {:href cf/privacy-policy-uri :target "_blank"} (tr "auth.privacy-policy")])])))