summaryrefslogtreecommitdiff
path: root/dicts.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dicts.fnl')
-rw-r--r--dicts.fnl8
1 files changed, 4 insertions, 4 deletions
diff --git a/dicts.fnl b/dicts.fnl
index b884b45..d0465b0 100644
--- a/dicts.fnl
+++ b/dicts.fnl
@@ -1,12 +1,12 @@
(local product-type
- [{:value "white" :label "Белый"}
+ [{:value "white" :label "Белый чай"}
{:value "dark-oolong" :label "Темный улун"}
{:value "light-oolong" :label "Светлый улун"}
- {:value "red" :label "Красный"}
- {:value "green" :label "Зеленый"}
+ {:value "red" :label "Красный чай"}
+ {:value "green" :label "Зеленый чай"}
{:value "shu-puerh" :label "Шу пуэр"}
{:value "sheng-puerh" :label "Шэн пуэр"}
- {:value "yellow" :label "Желтый"}
+ {:value "yellow" :label "Желтый чай"}
{:value "liu-bao" :label "Лю бао"}
{:value "teapot" :label "Чайник"}])