diff --git a/src/main/resources/templates/pub/index.html b/src/main/resources/templates/pub/index.html
index 34f4b94..0aea10c 100644
--- a/src/main/resources/templates/pub/index.html
+++ b/src/main/resources/templates/pub/index.html
@@ -155,7 +155,7 @@
@@ -247,7 +247,7 @@
Join a room by entering your character name and the name of the room
Open your Dice-Overlay either in a new Tab or as a browser source in OBS
- - Only open your Dice-Overlay once!
+ - Only open your Dice-Overlay once!
- You can configure your Overlay with query parameters (more information at the info element next to the link)
Configure your dice
@@ -287,6 +287,7 @@
document.getElementById('results').hidden = false;
document.getElementById('nameLabel').innerHTML = '
' + document.getElementById('name').value + '';
document.getElementById('roomLabel').innerHTML = '
' + document.getElementById('room').value + '';
+ document.getElementById('overlayLabel').innerHTML = 'Dice-Overlay for
' + document.getElementById('name').value + '';
document.title = document.getElementById('name').value + ' - Dice-Tower';
if (localStorage.getItem(document.getElementById('name').value + "-theme")) {