chore: update title in hooks.py (#33341)

This commit is contained in:
Ankush Menat 2025-07-15 18:55:38 +05:30 committed by GitHub
parent 590be752ac
commit ef30873fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ import os
from . import __version__ as app_version
app_name = "frappe"
app_title = "Framework"
app_title = "Frappe Framework"
app_publisher = "Frappe Technologies"
app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node"
app_license = "MIT"