Skip to content

Commit d5e0d61

Browse files
authored
Merge pull request #10 from opencorero/dev
Small fix
2 parents dbd6f46 + e9feee6 commit d5e0d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/core/system/routes.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<thead>
2121
<tr>
2222
<th width="15%">{{ trans('system.routes.method') }}</th>
23-
<th>{{ trans('routes.uri') }}</th>
23+
<th>{{ trans('system.routes.uri') }}</th>
2424
<th width="15%">{{ trans('system.routes.name') }}</th>
2525
<th width="15%">{{ trans('system.routes.action') }}</th>
2626
</tr>

0 commit comments

Comments
 (0)