Skip to content

Commit b3a83fb

Browse files
committed
Fix no records message
1 parent b4b1d80 commit b3a83fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/settings/_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr class="no-data">
2525
<td colspan="3" class="nolink">
2626
<p class="no-data">
27-
<?= e(trans('backend.list.no_records')) ?>
27+
<?= e(trans('backend::list.no_records')) ?>
2828
</p>
2929
</td>
3030
</tr>

0 commit comments

Comments
 (0)