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

Commit d09dbe4

Browse files
committed
Added translation possibility for moreButtonText
1 parent deabc3c commit d09dbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ define([
235235
controlLabelId: '',
236236

237237
// text for more button
238-
moreButtonText: 'More',
238+
moreButtonText: $t('More'),
239239

240240
// Callback url for media
241241
mediaCallback: '',

0 commit comments

Comments
 (0)