fix: rename display name Scenár → Scénář Creator (title, header, PDF footer, README)
Some checks failed
Build & Push Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-20 18:06:19 +01:00
parent b494d29790
commit 624157ef57
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ from app.api.router import api_router
from app.config import VERSION
app = FastAPI(
title="Scenar Creator",
title="Scénář Creator",
description="Web tool for creating experience course scenarios with canvas editor",
version=VERSION,
)