Skip to content

Commit e656993

Browse files
author
Eric Bohanon
committed
MAGETWO-65667: Error Importing Customer multiselect attribute
1 parent 6dd7c11 commit e656993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ImportExport/Model/Import/AbstractEntity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ abstract class AbstractEntity
7575
self::ERROR_CODE_COLUMNS_NUMBER => "Number of columns does not correspond to the number of rows in the header",
7676
self::ERROR_EXCEEDED_MAX_LENGTH => 'Attribute %s exceeded max length',
7777
self::ERROR_INVALID_ATTRIBUTE_TYPE => 'Value for \'%s\' attribute contains incorrect value',
78-
self::ERROR_INVALID_ATTRIBUTE_OPTION => "Value for %s attribute contains incorrect value, see acceptable values on settings specified for Admin",
78+
self::ERROR_INVALID_ATTRIBUTE_OPTION => "Value for %s attribute contains incorrect value"
79+
. ", see acceptable values on settings specified for Admin",
7980
];
8081

8182
/**#@-*/

0 commit comments

Comments
 (0)