diff --git a/index.html b/index.html
index 31e0005..a21b2ea 100644
--- a/index.html
+++ b/index.html
@@ -1621,7 +1621,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.
";
}
}