summaryrefslogtreecommitdiffstats
path: root/apps/projects
diff options
context:
space:
mode:
Diffstat (limited to 'apps/projects')
-rw-r--r--apps/projects/src/app/pages/views/entry-form/sections/category.svelte2
-rw-r--r--apps/projects/src/app/pages/views/entry-form/sections/labels.svelte2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/projects/src/app/pages/views/entry-form/sections/category.svelte b/apps/projects/src/app/pages/views/entry-form/sections/category.svelte
index f98c045..aac84be 100644
--- a/apps/projects/src/app/pages/views/entry-form/sections/category.svelte
+++ b/apps/projects/src/app/pages/views/entry-form/sections/category.svelte
@@ -68,7 +68,7 @@
loading={loading}
name="category-dropdown"
on_create_async={on_create}
- noResultsText="No categories available (Create a new one by searching for it and pressing enter)"
+ noResultsText="No categories available (Create a new one by searching for it)"
errorText="{categoriesError}"
bind:this={DropdownExports}
/>
diff --git a/apps/projects/src/app/pages/views/entry-form/sections/labels.svelte b/apps/projects/src/app/pages/views/entry-form/sections/labels.svelte
index 06c703d..f0853cc 100644
--- a/apps/projects/src/app/pages/views/entry-form/sections/labels.svelte
+++ b/apps/projects/src/app/pages/views/entry-form/sections/labels.svelte
@@ -58,7 +58,7 @@
id="labels-search"
name="labels-search"
on_create_async={on_create}
- noResultsText="No labels available (Create a new one by searching for it and pressing enter)"
+ noResultsText="No labels available (Create a new one by searching for it)"
errorText="{labelsError}"
bind:this={DropdownExports}
{loading}