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 a79d8ab commit 87e4c9cCopy full SHA for 87e4c9c
app/site/controllers/Admin/Rewrites.php
@@ -283,7 +283,7 @@ function ($rewrite) {
283
return [
284
'ID' => $rewrite->id,
285
'Website' => $rewrite->getWebsiteId() == null ? 'All websites' : $rewrite->getWebsite()->domain,
286
- 'Url' => $rewrite->url,
+ 'URL' => $rewrite->url,
287
'Route' => $rewrite->route,
288
'Locale' => $rewrite->getLocale(),
289
'actions' => '<a class="btn btn-success btn-sm" href="'. $this->getControllerUrl() .'?action=translations&rewrite_id='. $rewrite->id.'">'.$this->getUtils()->getIcon('tag') .'</a>
0 commit comments