Skip to content

Commit

Permalink
fix: fixed dotype-wizarding test for correct translation (#1464)
Browse files Browse the repository at this point in the history
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
  • Loading branch information
Stef3st authored Feb 29, 2024
1 parent 183717b commit 4517106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/open-scd/src/editors/templates/dotype-wizards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export function createDOTypeWizard(
></wizard-textfield>`,
html`<wizard-textfield
label="cdc"
helper="${translate('scl.cdc')}"
helper="${translate('scl.CDC')}"
required
pattern="${patterns.cdc}"
></wizard-textfield>`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ snapshots["DOType wizards defines a createDOTypeWizard looks like the latest sna
>
</wizard-textfield>
<wizard-textfield
helper="scl.cdc"
helper="Common data class"
label="cdc"
required=""
>
Expand Down

0 comments on commit 4517106

Please sign in to comment.