We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227c2b commit 9d9d87bCopy full SHA for 9d9d87b
dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsUnique.php
@@ -25,7 +25,7 @@ class AssertProductAttributeIsUnique extends AbstractConstraint
25
/**
26
* Expected message.
27
*/
28
- const UNIQUE_MESSAGE = 'The value of the "%1" attribute isn\'t unique. Set a unique value and try again.';
+ const UNIQUE_MESSAGE = 'The value of the "%s" attribute isn\'t unique. Set a unique value and try again.';
29
30
31
* Fixture factory.
0 commit comments