fix (sort of) all missing translations

This commit is contained in:
dakkar 2024-10-20 13:33:55 +01:00
parent 2fb688803f
commit e40b3ec4c7
8 changed files with 19 additions and 7 deletions

View file

@ -266,7 +266,7 @@ function showMenu(ev: MouseEvent) {
if ($i && $i.id === page.value.userId) {
menuItems.push({
icon: 'ti ti-pencil',
text: i18n.ts.editThisPage,
text: i18n.ts._pages.editThisPage,
action: () => router.push(`/pages/edit/${page.value.id}`),
});