chore (client): use i18n.ts instead of i18n.t
This commit is contained in:
parent
0001ffa356
commit
f70c9efe6b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const pagination: Paging = {
|
|||
|
||||
definePageMetadata(
|
||||
computed(() => ({
|
||||
title: i18n.t("noteEditHistory"),
|
||||
title: i18n.ts.noteEditHistory,
|
||||
icon: `${icon("ph-clock-countdown")}`,
|
||||
})),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue