diff --git a/frontend/src/pages/archive/crawl-templates-list.ts b/frontend/src/pages/archive/crawl-templates-list.ts index 1b2db067..443326d4 100644 --- a/frontend/src/pages/archive/crawl-templates-list.ts +++ b/frontend/src/pages/archive/crawl-templates-list.ts @@ -141,7 +141,7 @@ export class CrawlTemplatesList extends LiteElement { ? html` ${msg( - str`Last Crawl: ${t.lastCrawlState.replace( + str`Last Crawl: ${t.lastCrawlState && t.lastCrawlState.replace( /_/g, " " )}`