We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3548f95 + b75ed9b commit 9cb3997Copy full SHA for 9cb3997
frontend/src/features/crawl-workflows/workflow-list.ts
@@ -461,7 +461,7 @@ export class WorkflowList extends LitElement {
461
462
render() {
463
return html` <div class="listHeader row">
464
- <div class="col">${msg(`Name & Schedule`)}</div>
+ <div class="col">${msg(html`Name & Schedule`)}</div>
465
<div class="col">${msg("Latest Crawl")}</div>
466
<div class="col">${msg("Total Size")}</div>
467
<div class="col">${msg("Last Modified")}</div>
0 commit comments