diff --git a/roac/templates/base.html b/roac/templates/base.html
index aa8d432d14f28fd014867455059fbf08ff97f551..ac06c4462b32f58983b4bed9ffade7b15a17c873 100644
--- a/roac/templates/base.html
+++ b/roac/templates/base.html
@@ -4,7 +4,7 @@
 		{% block head %}
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-		<title>{% block title %}RocketChat OAuth Account Creator{% endblock %}</title>
+		<title>{% block title %}RocketChat Single Sign-On Connector{% endblock %}</title>
 
 		<link href="{{ url_for('static', filename="bootstrap/bootstrap.min.css") }}" rel="stylesheet">
 		<link href="{{ url_for('static', filename="fa/css/all.css") }}" rel="stylesheet">