diff --git a/web/templates/project_detail.html b/web/templates/project_detail.html
index b060214..f296608 100644
--- a/web/templates/project_detail.html
+++ b/web/templates/project_detail.html
@@ -1,4 +1,4 @@
-{{define "title"}}Проект - QuoteForge{{end}}
+{{define "title"}}Проект - OFS{{end}}
{{define "content"}}
@@ -363,7 +363,7 @@ function renderVariantSelect() {
if (item.uuid === projectUUID) {
option.className += ' font-semibold text-gray-900';
label.textContent = variantLabel;
- document.title = (project && project.code ? project.code : '—') + ' / ' + variantLabel + ' — QuoteForge';
+ document.title = (project && project.code ? project.code : '—') + ' / ' + variantLabel + ' — OFS';
}
option.textContent = variantLabel;
option.onclick = function() {
diff --git a/web/templates/projects.html b/web/templates/projects.html
index b347c2a..6c1f30d 100644
--- a/web/templates/projects.html
+++ b/web/templates/projects.html
@@ -1,4 +1,4 @@
-{{define "title"}}Мои проекты - QuoteForge{{end}}
+{{define "title"}}Мои проекты - OFS{{end}}
{{define "content"}}
diff --git a/web/templates/setup.html b/web/templates/setup.html
index fffa9ef..06dab43 100644
--- a/web/templates/setup.html
+++ b/web/templates/setup.html
@@ -4,7 +4,7 @@
-
QuoteForge - Настройка подключения
+ OFS - Настройка подключения