From fddcf53d33cb01f9356358fd2aabaac2adfe1c41 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 18 Mar 2024 15:20:51 -0300 Subject: [PATCH] Add empty state message to text suggestions autocomplete. --- .../admin/components/metadata-types/text/TainacanText.vue | 3 +++ src/views/tainacan-i18n.php | 1 + 2 files changed, 4 insertions(+) diff --git a/src/views/admin/components/metadata-types/text/TainacanText.vue b/src/views/admin/components/metadata-types/text/TainacanText.vue index f28ddae04..38bf99051 100644 --- a/src/views/admin/components/metadata-types/text/TainacanText.vue +++ b/src/views/admin/components/metadata-types/text/TainacanText.vue @@ -43,6 +43,9 @@ + diff --git a/src/views/tainacan-i18n.php b/src/views/tainacan-i18n.php index 33ff34bd8..c63e44a7b 100644 --- a/src/views/tainacan-i18n.php +++ b/src/views/tainacan-i18n.php @@ -1025,6 +1025,7 @@ return apply_filters( 'tainacan-i18n', [ 'info_validating_slug' => __( 'Validating slug...', 'tainacan'), 'info_no_taxonomy_metadata_created' => __( 'No taxonomy metadata created yet', 'tainacan'), 'info_child_terms_chart' => __( 'Click on the term bar on the chart aside to see its child terms (if any) in this panel', 'tainacan' ), + 'info_nothing_like_this_so_far' => __( 'Nothing like this so far.', 'tainacan'), 'info_metadata_autocomplete_suggestions' => __( 'Some values already used on this metadatum:', 'tainacan' ), 'info_related_items' => __( 'These are items that are related to this item via their own relationship type metadata. You can edit such relation on their pages.', 'tainacan'), 'info_document_option_forced_iframe' => __( 'Attempt to use an iframe to embed url content on the item page. You may use this option if the autoembed does not work.', 'tainacan'),