File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -272,14 +272,14 @@ <h3>Generate Password(s)</h3>
272
272
< form id ="generatePasswords "> <!-- open input area for gen pw -->
273
273
< div class ="row ">
274
274
< div class ="col-8 col-md-6 mb-3 ">
275
+ < div class ="form-text "> Enter the number of passwords to be generated</ div >
275
276
<!-- Technically the label should be there but it's an audible repeat of span class -->
276
277
<!-- <label class="visually-hidden" for="selectAmount">Number of passwords</label> -->
277
278
< div class ="input-group mt-2 ">
278
279
< span class ="input-group-text "> # of passwords</ span >
279
280
< input type ="number " min ="1 " max ="10 " step ="1 " value ="3 " class ="form-control " name ="selectAmount "
280
281
id ="selectAmount " />
281
282
</ div >
282
- < div class ="form-text "> Enter the number of passwords to be generated</ div >
283
283
<!-- doesn't show as stepper on iOS or Chromium -->
284
284
</ div >
285
285
< div class ="col-3 "> <!-- open col for Generate -->
You can’t perform that action at this time.
0 commit comments