Skip to content

Commit b7dc516

Browse files
committed
Tidy up
1 parent 8dfdcc4 commit b7dc516

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/i18n/Scalars.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Boolean.notBoolean=Expected a value that can be converted to type ''Boolean'' bu
3030
Boolean.unexpectedAstType=Expected an AST type of ''BooleanValue'' but it was a ''{0}''
3131
Boolean.unexpectedRawValueType=Expected a Boolean input, but it was a ''{0}''
3232
#
33-
String.unexpectedRawValueType=Expected a String input, but it was a ''{0}''
33+
String.unexpectedRawValueType=Expected a String input, but it was a ''{0}''

src/main/resources/i18n/Scalars_de.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Boolean.notBoolean=Erwartet wurde ein Wert, der in den Typ ''Boolean'' konvertie
3030
Boolean.unexpectedAstType=Erwartet wurde ein AST type ''BooleanValue'', aber es war ein ''{0}''
3131
Boolean.unexpectedRawValueType=Erwartet wurde eine Boolean-Eingabe, aber es war ein ''{0}''
3232
#
33-
String.unexpectedRawValueType=Erwartet wurde eine String-Eingabe, aber es war ein ''{0}''
33+
String.unexpectedRawValueType=Erwartet wurde eine String-Eingabe, aber es war ein ''{0}''

0 commit comments

Comments
 (0)