diff --git a/frontend/src/pages/org/crawl-configs-detail.ts b/frontend/src/pages/org/crawl-configs-detail.ts index 78c5fdc0..008d50ca 100644 --- a/frontend/src/pages/org/crawl-configs-detail.ts +++ b/frontend/src/pages/org/crawl-configs-detail.ts @@ -95,7 +95,7 @@ export class CrawlTemplatesDetail extends LiteElement {

${this.crawlConfig?.name ? html`${this.crawlConfig.name} ` : ""} @@ -149,7 +149,7 @@ export class CrawlTemplatesDetail extends LiteElement { ${this.renderLastCrawl()} ${this.renderCurrentlyRunningNotice()}
-

+

${msg("Crawl Settings")}

@@ -375,7 +375,7 @@ export class CrawlTemplatesDetail extends LiteElement { if (!this.crawlConfig?.lastCrawlId) return; return html`
-

+

${this.crawlConfig.currCrawlId ? msg("Last Completed Crawl") : msg("Latest Crawl")} diff --git a/frontend/src/pages/org/crawl-detail.ts b/frontend/src/pages/org/crawl-detail.ts index e944af88..9a7ec933 100644 --- a/frontend/src/pages/org/crawl-detail.ts +++ b/frontend/src/pages/org/crawl-detail.ts @@ -330,7 +330,7 @@ export class CrawlDetail extends LiteElement { private renderHeader() { return html`
-

+

${msg( html`${this.crawl ? this.crawl.configName @@ -487,7 +487,7 @@ export class CrawlDetail extends LiteElement { private renderPanel(title: any, content: any) { return html` -

${title}

+

${title}

${content}
`; } diff --git a/frontend/src/pages/org/settings.ts b/frontend/src/pages/org/settings.ts index 71888c5e..7432adc8 100644 --- a/frontend/src/pages/org/settings.ts +++ b/frontend/src/pages/org/settings.ts @@ -68,7 +68,7 @@ export class OrgSettings extends LiteElement { render() { return html`
-

${msg("Org Settings")}

+

${msg("Org Settings")}