diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/models/index.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/models/index.vue index b4ddcf97b..5ad418260 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/models/index.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/models/index.vue @@ -51,9 +51,9 @@ async function extractColorsFromModel() {

- {{ t('settings.title') }} + {{ t('settings.title') }}
-
+
{{ t('settings.pages.models.title') }}

diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue index ba591f07b..d31f9977b 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue @@ -46,9 +46,9 @@ function updateCustomModelName(value: string) {

- {{ t('settings.pages.modules.title') }} + {{ t('settings.pages.modules.title') }}
-
+
{{ t('settings.pages.modules.consciousness.title') }}

diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/index.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/index.vue index 6fd07b301..51bc3600e 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/index.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/index.vue @@ -109,9 +109,9 @@ const modulesList = computed(() => [

- {{ t('settings.title') }} + {{ t('settings.title') }}
-
+
{{ t('settings.pages.modules.title') }}

diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue index 45655425e..1defcfea6 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue @@ -1,8 +1,13 @@