Skip to content

Commit cca55bd

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-42861: Rename Preview action to View for CMS pages
- rename the action
1 parent 32ec76e commit cca55bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Ui/Component/Listing/Column/PageActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function prepareDataSource(array $dataSource)
8787
isset($item['_first_store_id']) ? $item['_first_store_id'] : null,
8888
isset($item['store_code']) ? $item['store_code'] : null
8989
),
90-
'label' => __('Preview')
90+
'label' => __('View')
9191
];
9292
}
9393
}

0 commit comments

Comments
 (0)