Skip to content

Commit 87e4c9c

Browse files
committed
fixed column name
1 parent a79d8ab commit 87e4c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/site/controllers/Admin/Rewrites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function ($rewrite) {
283283
return [
284284
'ID' => $rewrite->id,
285285
'Website' => $rewrite->getWebsiteId() == null ? 'All websites' : $rewrite->getWebsite()->domain,
286-
'Url' => $rewrite->url,
286+
'URL' => $rewrite->url,
287287
'Route' => $rewrite->route,
288288
'Locale' => $rewrite->getLocale(),
289289
'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

Comments
 (0)