Added last translations for event forms / data

This commit is contained in:
Alexis
2024-09-08 15:30:10 +02:00
parent 11d900e7f7
commit 63c1cef77e
9 changed files with 49 additions and 34 deletions

View File

@@ -298,7 +298,7 @@ function handleCategorySelect(e: (Category)) {
class="w-full"
>
<ComboboxAnchor as-child>
<ComboboxInput :placeholder="$t('entity.categoriesNamePlural')" as-child>
<ComboboxInput :placeholder="$t('entity.category.namePlural')" as-child>
<UiTagsInputInput
class="w-full px-3"
:class="selectedCategories.length > 0 ? 'mt-2' : ''"