Skip to content

Commit b2afd58

Browse files
Merge pull request #19 from fr0st-iwnl/main
fix: correct language display in admin dashboard
2 parents b479ca1 + 24ae9d0 commit b2afd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/pages/admin/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function resetCount(project_id: string) {
138138
<div @click="onHideClicked()" v-if="!isAdminHidden"
139139
class="bg-menu hover:bg-menu/70 cursor-pointer flex gap-2 rounded-lg w-fit px-6 py-4 text-text-sub">
140140
<div class="text-text-sub/90"> <i class="far fa-eye"></i> </div>
141-
<div> Hide </div>
141+
<div> Hide from the bar </div>
142142
</div>
143143

144144

0 commit comments

Comments
 (0)