Update button text from "Setup Guide" to "User Guide" for consistency (#2565)

Fixes #2564
This commit is contained in:
Tessa Walsh 2025-04-24 10:58:26 -04:00 committed by GitHub
parent 573d8ca316
commit c4a7ebce29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ export class WorkflowsNew extends LiteElement {
}} }}
> >
<sl-icon slot="prefix" name="book"></sl-icon> <sl-icon slot="prefix" name="book"></sl-icon>
${msg("Setup Guide")} ${msg("User Guide")}
</sl-button> </sl-button>
</header> </header>
${when(this.org, (org) => { ${when(this.org, (org) => {