Skip to content

Commit 72f2eb4

Browse files
committed
Fix for GitHub Issue 36
1 parent 7570363 commit 72f2eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AasxPluginDigitalNameplate/NameplateAnyUiControl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ public AnyUiFrameworkElement RenderAnyUiNameplateData(
990990
statement: ((plate.DateOfManufacture?.HasContent() == true)
991991
? new IndexStatement(Quality.Good, statement: "Is given.")
992992
: new IndexStatement(Quality.Warn, statement: "Should be given."))
993-
.Set(description: "SerialNumber:\n" +
993+
.Set(description: "DateOfManufacture:\n" +
994994
"Date from which the production and / or development process is completed or " +
995995
"from which a service is provided completely."));
996996

0 commit comments

Comments
 (0)