Skip to content

Commit

Permalink
Rename "Apple, Inc." -> "Apple Keychain" as that's the actual softwar…
Browse files Browse the repository at this point in the history
…e doing the work.
  • Loading branch information
atoponce committed Jul 20, 2022
1 parent 620de3d commit 618ff1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h1>Passphrase and Password Generator</h1>
<p class='cell-title'><strong>Pseudowords</strong></p>
<div class='optional'>
<select id='pseudo-options'>
<option>Apple, Inc.</option>
<option>Apple Keychain</option>
<option>Bubble Babble</option>
<option>Daefen</option>
<option>Lepron</option>
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ function generatePseudowords() {
let displayCheck = false
const pseudo = document.getElementById('pseudo-options').value

if (pseudo === 'Apple, Inc.') {
if (pseudo === 'Apple Keychain') {
ret = generateApple()
} else if (pseudo === 'Bubble Babble') {
ret = generateBabble()
Expand Down

0 comments on commit 618ff1e

Please sign in to comment.