From fb2f0c915838fe5398614086f45bc1fbbca1f96e Mon Sep 17 00:00:00 2001 From: nesgarbo Date: Wed, 15 Apr 2026 11:20:07 +0200 Subject: [PATCH] fix: use 'company' consistently in .env.example branding comments --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index c9ad8182..d0b8874c 100644 --- a/.env.example +++ b/.env.example @@ -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 # =============================================================================