Use "number of" instead of "amount of" for countable nouns.

This commit is contained in:
James Mead 2012-09-28 10:52:37 +01:00
parent 9e096a4113
commit e873e2aeed
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<p>Hello <%= @resource.email %>!</p>
<p>Your account has been locked due to an excessive amount of unsuccessful sign in attempts.</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
<p>Click the link below to unlock your account:</p>

View File

@ -1,6 +1,6 @@
Hello <%= @resource.email %>!
Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
Your account has been locked due to an excessive number of unsuccessful sign in attempts.
Click the link below to unlock your account: