Fix some grammatical and typo errors

- addons —> add-ons
- Whops —> Whoops
- unsuported —> unsupported
- pre-installed —> preinstalled
- projects —> project
This commit is contained in:
Mitchell Cash
2016-05-07 14:59:41 +10:00
committed by Alex Booker
parent a61a6f655c
commit f895738e37
2 changed files with 11 additions and 11 deletions

View File

@ -38,7 +38,7 @@
</noscript>
<div class="alert alert-danger unsupported-browser-alert" id="unsupported-browser-alert">
<p>
<span class="glyphicon glyphicon-warning-sign"></span> <strong>Hold on.</strong> It looks like you are using an <em>unsuported browser</em> (probably Internet
<span class="glyphicon glyphicon-warning-sign"></span> <strong>Hold on.</strong> It looks like you are using an <em>unsupported browser</em> (probably Internet
Explorer...) Unfortunately, this tool will not work until you upgrade your
browser. Sorry for any inconvenience caused.
</p>
@ -247,7 +247,7 @@
return;
}
if (password === '') {
alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options then try again. Nice one");
alert("Whoops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options then try again. Nice one");
return;
}
$("#password-input").val(password);