Skip to content

Commit efdcf90

Browse files
update: remove an unessecery change
1 parent a71b479 commit efdcf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presentation/pages/NoteSettings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function getParentURL(id: NoteId | undefined): string {
205205
* Changing the title in the browser
206206
*/
207207
useHead({
208-
title: 'Note Settings',
208+
title: t('noteSettings.title'),
209209
});
210210
211211
watch(noteTitle, (newTitle) => {

0 commit comments

Comments
 (0)