Skip to content

Commit 23c9e67

Browse files
committed
MAGETWO-87264: Finalizing - refactoring code for Pr
1 parent 5991e29 commit 23c9e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/EavGraphQl/Model/Resolver/CustomAttributeMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private function createInputException(array $attribute)
9393

9494
return new GraphQlInputException(
9595
__(
96-
'Missing attribute %1 for the input %2.',
96+
'Missing %1 for the input %2.',
9797
[$messagePart, $identifier]
9898
)
9999
);

0 commit comments

Comments
 (0)