Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9d9d87b

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-84702: [SE Dev] Error Messages edits, part 1 (966 of 1166 total)
- failed FATs are fixed
1 parent a227c2b commit 9d9d87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsUnique.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AssertProductAttributeIsUnique extends AbstractConstraint
2525
/**
2626
* Expected message.
2727
*/
28-
const UNIQUE_MESSAGE = 'The value of the "%1" attribute isn\'t unique. Set a unique value and try again.';
28+
const UNIQUE_MESSAGE = 'The value of the "%s" attribute isn\'t unique. Set a unique value and try again.';
2929

3030
/**
3131
* Fixture factory.

0 commit comments

Comments
 (0)