Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 27682bd

Browse files
fix: spelling
1 parent 8b7b651 commit 27682bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scl-template-update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default class NsdTemplateUpdated extends ScopedElementsMixin(
191191
);
192192
if (isReferenced)
193193
this.showWarning(
194-
`The selected logical node type is referenced. This plugin should be used durig specification only.`
194+
`The selected logical node type is referenced. This plugin should be used during specification only.`
195195
);
196196

197197
this.lNodeTypeSelection = lNodeTypeToSelection(this.selectedLNodeType!);
@@ -227,7 +227,7 @@ export default class NsdTemplateUpdated extends ScopedElementsMixin(
227227
<div slot="headline">Waring: Data loss</div>
228228
<form slot="content" id="form-id" method="dialog">
229229
The logical node has additional data object not defined in the NSD.
230-
Updating will lead to loss of data! Do you still want to process?
230+
Updating will lead to loss of data! Do you still want to proceed?
231231
</form>
232232
<div slot="actions">
233233
<md-outlined-button

0 commit comments

Comments
 (0)