Skip to content

Commit 2f5d600

Browse files
update: modify the title naming and the use i18n
1 parent 20611dd commit 2f5d600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presentation/pages/NoteSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ useHead({
210210
211211
watch(noteTitle, (newTitle) => {
212212
const openPageInfo = {
213-
title: `Note Settings (${newTitle})`,
213+
title: `${t('Settings')} (${newTitle})`,
214214
url: route.path,
215215
};
216216

0 commit comments

Comments
 (0)