diff --git a/registration-system/view/signups/game1/js/story.js b/registration-system/view/signups/game1/js/story.js index 665e839a745c5f3bce4c40942c58024f07a1c653..b92442592f9a40165c03945ec5135e9017f4d438 100644 --- a/registration-system/view/signups/game1/js/story.js +++ b/registration-system/view/signups/game1/js/story.js @@ -830,8 +830,8 @@ Story.credits = function () { Game.actionsBlocked = true; Game.achievements.triggerAchievement('gameDone'); $('#game-overlay').html('' + - '<div id="stand_by" style="margin: 40px auto; text-align: center;font-size: 30pt;font-family: \'Courier New\', Courier, monospace;font-weight: bold;">' + - 'Bitte warten!</div><div class="starWars"><div>' + + '<div id="stand_by" style="margin: 40px auto; text-align: center;font-family: \'Courier New\', Courier, monospace;">' + + '<span style="font-size: 30pt;font-weight: bold;">Bitte warten!</span><br /><span>Submit auf nächster Seite</span></div><div class="starWars"><div>' + ' <p>Anmeldung wird übertragen.</p>' + ' <p></p>' + ' <p>Kudos to:<br />Manuel Herrmann<br />Tim Repke</p>' +