Skip to content

Commit 036193f

Browse files
committed
refactor: rename document to resource in document types
1 parent 44c5886 commit 036193f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vis/js/i18n/localization.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const localization: {
165165
"In this streamgraph you find the most relevant documents matching your query related to the top keywords. To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
166166
source_label: "Data source",
167167
resulttype_label: "Document type",
168-
documenttypes_label: "Document types",
168+
documenttypes_label: "Resource types",
169169
readers_count_label: "readers",
170170
documenttypes_tooltip:
171171
"The following resource types were taken into consideration in the creation of this visualization (not all of them may appear in the visualization):",
@@ -386,7 +386,7 @@ export const localization: {
386386
"This is a custom title. Please see the info button for more information. Original query:",
387387
most_relevant_tooltip:
388388
"To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
389-
documenttypes_label: "Document types",
389+
documenttypes_label: "Resource types",
390390
all: "any",
391391
open_access: "Open Access",
392392
items: "items",
@@ -447,7 +447,7 @@ export const localization: {
447447
"This is a custom title. Please see the info button for more information. Original query:",
448448
most_relevant_tooltip:
449449
"To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
450-
documenttypes_label: "Document types",
450+
documenttypes_label: "Resource types",
451451
all: "any",
452452
open_access: "Open Access",
453453
items: "items",

0 commit comments

Comments
 (0)