Skip to content

Commit a71b479

Browse files
update: add setting name in i18n configuration
1 parent 2f5d600 commit a71b479

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/application/i18n/messages/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"noteSettings": {
4646
"title": "Note Settings",
47+
"settings": "Settings",
4748
"customHostname": "Custom Hostname",
4849
"hostnamePlaceholder": "example: landing.codex.so",
4950
"availabilityTitle": "Availability",

src/presentation/pages/NoteSettings.vue

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

0 commit comments

Comments
 (0)