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 32ec76e commit cca55bdCopy full SHA for cca55bd
app/code/Magento/Cms/Ui/Component/Listing/Column/PageActions.php
@@ -87,7 +87,7 @@ public function prepareDataSource(array $dataSource)
87
isset($item['_first_store_id']) ? $item['_first_store_id'] : null,
88
isset($item['store_code']) ? $item['store_code'] : null
89
),
90
- 'label' => __('Preview')
+ 'label' => __('View')
91
];
92
}
93
0 commit comments