Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Changed amount to number in cookie translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed Mar 13, 2017
1 parent 66dbbbd commit 92181af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/preference.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
return [
'cookie' => [
'name' => 'Cookie',
'instructions' => 'The amount of days which the cookie has to last.'
'instructions' => 'The number of days which the cookie has to last.'
]
];

0 comments on commit 92181af

Please sign in to comment.