From 2a0e072ae68471ffa9045d7f309c0c20e495b1d2 Mon Sep 17 00:00:00 2001
From: Quentin Lapointe <quentin@vaubantech.onmicrosoft.com>
Date: Mon, 28 Jan 2019 15:30:24 +0000
Subject: [PATCH 1/2] tab title

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 713c9e7..e46d5eb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,6 @@
 <!doctype html>
 <head>
-	<title>Cryptalk</title>
+	<title>Vauban Secure Chat</title>
 
 	<meta charset="utf-8">
 

From 0b9f39b68118cccd1f97282f7c7aec3e63f53d23 Mon Sep 17 00:00:00 2001
From: Quentin Lapointe <quentin@vaubantech.onmicrosoft.com>
Date: Mon, 28 Jan 2019 15:42:53 +0000
Subject: [PATCH 2/2] tab title

---
 public/index.html         | 2 +-
 public/js/lib/settings.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 713c9e7..e46d5eb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,6 @@
 <!doctype html>
 <head>
-	<title>Cryptalk</title>
+	<title>Vauban Secure Chat</title>
 
 	<meta charset="utf-8">
 
diff --git a/public/js/lib/settings.js b/public/js/lib/settings.js
index a164482..2d19918 100644
--- a/public/js/lib/settings.js
+++ b/public/js/lib/settings.js
@@ -1,6 +1,6 @@
 define({
 
-	title: 'Cryptalk - Online',
+	title: 'Vauban Secure Chat - Online',
 
 	ttl: 600000,