Skip to content

Commit

Permalink
refactor(cxl-ui): cxl-certificate-header copy change course -> training
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt committed Jan 24, 2024
1 parent dae756e commit 214725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-ui/src/components/cxl-certificate-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class CXLCertificateHeaderElement extends LitElement {

return html`<h2 class="completed">
<span class="completed-icon"><vaadin-icon icon="lumo:checkmark"></vaadin-icon></span>
Course completed
Training completed
</h2>`;
}

Expand Down

0 comments on commit 214725e

Please sign in to comment.