diff --git a/frontend/index.html b/frontend/index.html index fe2461c..8871f44 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,7 +6,7 @@ - gntodo + GNexus Tasks
diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 643c70a..7965574 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -26,7 +26,7 @@ // глубокие страницы: задача → страница задачи, проект → раздел проектов if (route.path.startsWith('/tasks/')) return t('nav.task') if (route.path.startsWith('/projects/')) return t('nav.projects') - return 'gntodo' + return 'GNexus Tasks' }) onMounted(async () => { @@ -51,7 +51,7 @@