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 6de189f commit 17d3895Copy full SHA for 17d3895
app/code/Magento/Cms/Model/Page/DataProvider.php
@@ -159,7 +159,7 @@ private function getCurrentPage(): Page
159
160
$pageId = (int)$this->request->getParam($this->getRequestFieldName());
161
if ($pageId === 0) {
162
- throw new LocalizedException(__('Page size must be given'));
+ throw new LocalizedException(__('Page ID must be given'));
163
}
164
165
if (isset($this->loadedPages[$pageId])) {
0 commit comments