chore (client): use i18n.ts instead of i18n.t

This commit is contained in:
naskya 2024-04-01 13:55:20 +09:00
parent 0001ffa356
commit f70c9efe6b
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const pagination: Paging = {
definePageMetadata(
computed(() => ({
title: i18n.t("noteEditHistory"),
title: i18n.ts.noteEditHistory,
icon: `${icon("ph-clock-countdown")}`,
})),
);