From 5dbb2dc4b587d825bcc58ca10c1b18d754f725e5 Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Mon, 24 Aug 2020 21:06:34 +0200
Subject: [PATCH] [docs] wording

very minor picks
---
 branding/README.rst         | 2 +-
 branding/config/vendor.conf | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/branding/README.rst b/branding/README.rst
index e52160b1..87d80851 100644
--- a/branding/README.rst
+++ b/branding/README.rst
@@ -2,7 +2,7 @@ Branding for BitmaskVPN
 ================================================================================
 
 This folder contains everything that is needed to generate a customized built of
-BitmaskVPN for your provider.
+the Desktop BitmaskVPN app for a given provider.
 
 
 Configure
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index 687caadd..09921285 100644
--- a/branding/config/vendor.conf
+++ b/branding/config/vendor.conf
@@ -10,7 +10,7 @@ applicationName     = RiseupVPN
 binaryName          = riseup-vpn
 
 providerURL         = riseup.net
-auth		    = anon
+auth                = anon
 apiURL              = https://api.black.riseup.net/
 caURL               = https://black.riseup.net/ca.crt
 
@@ -31,7 +31,7 @@ applicationName     = CalyxVPN
 binaryName          = calyx-vpn
 
 providerURL         = https://calyx.net
-auth		    = anon
+auth                = anon
 apiURL              = https://api.calyx.net:4430/
 caURL               = https://calyx.net/ca.crt
 
@@ -49,7 +49,7 @@ donateURL           = http://example.org
 name                = demo
 applicationName     = DemoVPN
 binaryName          = demo-vpn
-auth		    = anon
+auth                = anon
 
 providerURL         = pt.demo.bitmask.net
 apiURL              = https://pt.demo.bitmask.net:8000/
-- 
GitLab