Skip to content

Commit ccb2c62

Browse files
authored
Update Labels and buttons
1 parent c2e7c1d commit ccb2c62

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@
1818
</head>
1919
<body>
2020
<div id="welcomeScreen">
21-
<h1>Welcome to Photobooth</h1>
22-
<button onclick="showScreen('photoSelection')">Start</button>
21+
<h1>Welcome to the Photobooth</h1>
22+
<button onclick="showScreen('photoSelection')">Start Photobooth Experience</button>
2323
</div>
2424

2525
<div id="photoSelection" style="display: none;">
26-
<h2>How many photos on your strip?</h2>
26+
<h2>How many photos do you want on your strip?</h2>
2727
<button onclick="startPhotoBooth(2)">2 Photos</button>
2828
<button onclick="startPhotoBooth(3)">3 Photos</button>
2929
<button onclick="startPhotoBooth(4)">4 Photos</button>
3030
</div>
3131

3232
<div id="photoCapture" style="display: none;">
33-
<h2 id="countdownText">Ready to take photos?</h2>
33+
<h2 id="countdownText">Are you ready to take your photos?</h2>
3434
<video id="camera" autoplay></video>
3535
<button onclick="startPhotoSequence()">Go</button>
3636
</div>
3737

3838
<div id="outputOptions" style="display: none;">
39-
<h2>Customise and Print or Download Your Photo Strip</h2>
39+
<h2>Lets customiss and Print or Download Your Photo Strip!</h2>
4040
<canvas id="photoCanvas"></canvas>
4141
<br>
4242
<label for="caption">Add Text:</label>
43-
<input type="text" id="caption" placeholder="Enter your message">
43+
<input type="text" id="caption" placeholder="Enter your amazing caption here">
4444
<br>
45-
<button onclick="applyText()">Apply Text</button>
45+
<button onclick="applyText()">Apply Caption</button>
4646
<button onclick="downloadPhoto()">Download</button>
4747
<button onclick="printPhoto()">Print</button>
4848
<button onclick="returnToStart()">Return to Start</button>

0 commit comments

Comments
 (0)