fix: use 'company' consistently in .env.example branding comments

This commit is contained in:
nesgarbo
2026-04-15 11:25:16 +02:00
committed by Linus Rath
parent 7daa46e73e
commit fb2f0c9158
+2 -2
View File
@@ -171,7 +171,7 @@ LOGIN_LOGO_DARK_URL=/branding/Bulwark_Logo_Color.svg
# Login page
# ---------------------------------------------------------------------------
# Organization name shown above the version number on the login page.
# Company name shown above the version number on the login page.
LOGIN_COMPANY_NAME=Bulwark Webmail
# URL for the imprint / legal notice link on the login page.
@@ -180,7 +180,7 @@ LOGIN_COMPANY_NAME=Bulwark Webmail
# URL for the privacy policy link on the login page.
# LOGIN_PRIVACY_POLICY_URL=https://example.com/privacy
# URL for the organization website link on the login page.
# URL for the company website link on the login page.
LOGIN_WEBSITE_URL=https://bulwarkmail.org
# =============================================================================