We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5d600 commit a71b479Copy full SHA for a71b479
src/application/i18n/messages/en.json
@@ -44,6 +44,7 @@
44
},
45
"noteSettings": {
46
"title": "Note Settings",
47
+ "settings": "Settings",
48
"customHostname": "Custom Hostname",
49
"hostnamePlaceholder": "example: landing.codex.so",
50
"availabilityTitle": "Availability",
src/presentation/pages/NoteSettings.vue
@@ -210,7 +210,7 @@ useHead({
210
211
watch(noteTitle, (newTitle) => {
212
const openPageInfo = {
213
- title: `${t('Settings')} (${newTitle})`,
+ title: `${t('noteSettings.settings')} (${newTitle})`,
214
url: route.path,
215
};
216
0 commit comments