diff --git a/packages/client/src/pages/note.vue b/packages/client/src/pages/note.vue index 65f7abd48f..72b71996ed 100644 --- a/packages/client/src/pages/note.vue +++ b/packages/client/src/pages/note.vue @@ -160,8 +160,8 @@ definePageMetadata( computed(() => note ? { - title: note.user.name, - subtitle: `@${note.user.username}@${note.user.host}`, + title: i18n.t("noteOf", { user: note.user.name }), + subtitle: new Date(note.createdAt).toLocaleString(), avatar: note.user, path: `/notes/${note.id}`, share: {