Fix some grammatical and typo errors
- addons —> add-ons - Whops —> Whoops - unsuported —> unsupported - pre-installed —> preinstalled - projects —> project
This commit is contained in:

committed by
Alex Booker

parent
a61a6f655c
commit
f895738e37
@ -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);
|
||||
|
Reference in New Issue
Block a user