Update button text from "Setup Guide" to "User Guide" for consistency (#2565)
Fixes #2564
This commit is contained in:
parent
573d8ca316
commit
c4a7ebce29
@ -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) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user