fix: Terminology unification "crawls" & "archive data" → "items" (#1127)
Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									147bfd9d44
								
							
						
					
					
						commit
						1af796bd0e
					
				| @ -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>` | ||||
|                 ) | ||||
|  | ||||
| @ -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>`;
 | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user