fix: update db importer wording to be consistent with rest of ui

pull/11483/head
Gabriel Horner 2024-08-12 13:22:25 -04:00
parent 528aa48b87
commit b0d8b6cc6b
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@
[:div.sm:flex.sm:items-start
[:div.mt-3.text-center.sm:mt-0.sm:text-left
[:h3#modal-headline.leading-6.font-medium
"(Optional) Tags to import as tag classes:"]
"(Optional) Tags to import as new tags:"]
[:span.text-xs
"Tags are case insensitive and separated by commas"]]]
(shui/input
@ -207,7 +207,7 @@
[:div.sm:flex.sm:items-start
[:div.mt-3.text-center.sm:mt-0.sm:text-left
[:h3#modal-headline.leading-6.font-medium
"(Optional) Properties whose values are imported as tag classes e.g. 'type':"]
"(Optional) Properties whose values are imported as new tags e.g. 'type':"]
[:span.text-xs
"Properties are case insensitive and separated by commas"]]]
(shui/input
@ -222,7 +222,7 @@
[:div.sm:flex.sm:items-start
[:div.mt-3.text-center.sm:mt-0.sm:text-left
[:h3#modal-headline.leading-6.font-medium
"(Optional) Properties whose values are imported as parent classes e.g. 'parent':"]
"(Optional) Properties whose values are imported as parents of new tags e.g. 'parent':"]
[:span.text-xs
"Properties are case insensitive and separated by commas"]]]
(shui/input