Skip to content

Commit 7279cb3

Browse files
committed
fix: wrong translation on back button on edititems page
1 parent c6d038b commit 7279cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/admin/_uuid_edititems.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<path stroke-linecap="round" stroke-linejoin="round" d="M10 19l-7-7m0 0l7-7m-7 7h18" />
2626
</svg>
2727
</a>
28-
<h1 class="text-2xl md:text-3xl font-bold text-gray-800" data-translate="AdminUsers.PageTitle"></h1>
28+
<h1 class="text-2xl md:text-3xl font-bold text-gray-800" data-translate="Items.PageTitle"></h1>
2929
</header>
3030

3131
<div class="w-full max-w-2xl mx-auto">

0 commit comments

Comments
 (0)