Skip to content

Commit a4b3866

Browse files
ErikSchierboomjdanyow
authored andcommitted
doc(basics): remove trailing comma from translation samples
1 parent 80315ab commit a4b3866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/article/en-US/validation-basics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ Last but not least, create translation files that include translations for each
803803
"allGood": "Alles in Ordnung!",
804804
"latestValidationResult": "Aktuelles Validierungsergebnis",
805805
"errorMessages": {
806-
"required": "${$displayName} fehlt!",
806+
"required": "${$displayName} fehlt!"
807807
}
808808
}
809809

@@ -817,7 +817,7 @@ Last but not least, create translation files that include translations for each
817817
"allGood": "All is good!",
818818
"latestValidationResult": "Latest validation result",
819819
"errorMessages": {
820-
"required": "${$displayName} is missing!",
820+
"required": "${$displayName} is missing!"
821821
}
822822
}
823823
</source-code>

0 commit comments

Comments
 (0)