diff --git a/index.html b/index.html
index 10ddd0e..66d253d 100644
--- a/index.html
+++ b/index.html
@@ -1633,7 +1633,7 @@
\
";
if (session.directorUUID){
- controls.innerHTML += "This is you, a co-director.
You are also a performer.
";
+ controls.innerHTML += "This is you, a co-director.
You are also a performer.
";
} else {
- controls.innerHTML += "This is you, the director.
You are also a performer.
";
+ controls.innerHTML += "This is you, the director.
You are also a performer.
";
}
}