Skip to content

Commit

Permalink
Merge pull request #2 from Fastidious/patch-1
Browse files Browse the repository at this point in the history
minor changes in language
  • Loading branch information
Yukaru-san committed Mar 30, 2021
2 parents 3268b13 + 2e540f6 commit a54dcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 style="text-align: center; color: white">Options</h1>
<form style="color: white; font-size: medium">
<!-- Encryption Select -->
<div class="form-group">
<label for="encOptionTitle">What do you wanna do?&nbsp&nbsp&nbsp&nbsp</label>
<label for="encOptionTitle">What do you want to do?&nbsp&nbsp&nbsp&nbsp</label>
<input id="cryptChoice" onchange="toggleEncryptSelect()" type="checkbox" checked data-toggle="toggle" data-on="Encrypt" data-off="Decrypt" data-onstyle="primary" data-offstyle="info" data-width="125">
</div>
<!-- Zip Files Select -->
Expand Down Expand Up @@ -84,7 +84,7 @@ <h1 style="text-align: center; color: white">Options</h1>
<!-- Output Path -->
<div class="form-group" >
<label for="keyTitle">Output Path</label>
<input type="key" class="form-control" id="outputPath" placeholder="C:\Users\XY\Downloads" data-toggle="tooltip" data-original-title="Defaults to [userhome] \ age \ [filename] and supports relative paths">
<input type="key" class="form-control" id="outputPath" placeholder="Enter output location here" data-toggle="tooltip" data-original-title="Defaults to [userhome] \ age \ [filename] and supports relative paths">
</div>
<br>
<br>
Expand Down Expand Up @@ -154,4 +154,4 @@ <h1 style="text-align: center; color: white">Successfully encrypted</h1>


</body>
</html>
</html>

0 comments on commit a54dcfd

Please sign in to comment.