fix: Terminology unification "crawls" & "archive data" → "items" (#1127)

Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
This commit is contained in:
Henry Wilkinson 2023-09-01 11:09:06 -04:00 committed by GitHub
parent 147bfd9d44
commit 1af796bd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ export class ConfigDetails extends LiteElement {
html`<sl-tag class="mt-1 mr-2" variant="neutral">
${coll.name}
<span class="pl-1 font-monostyle text-xs">
(${msg(str`${coll.crawlCount} Crawls`)})
(${msg(str`${coll.crawlCount} items`)})
</span>
</sl-tag>`
)

View File

@ -1055,7 +1055,7 @@ export class CollectionEditor extends LiteElement {
class="flex flex-col items-center justify-center text-center p-4 my-12"
>
<p class="text-neutral-400 text-center max-w-[24em]">
${msg("Your organization doesn't have any uploaded Archive Data.")}
${msg("Your organization doesn't have any uploads.")}
</p>
</div>`;
}