brunnopleffken / addictive-community

The definitive open-source discussion forum software.
https://addictivehub.github.io/
GNU General Public License v2.0
28 stars 9 forks source link

Typo bug #101

Closed olgi3rd closed 8 years ago

olgi3rd commented 8 years ago

In languages/en_US/thread.php,

$t["P_NEW_ERROR"] = "Name and post content are required fields.";

to

$t["P_NEW_ERROR"] = "Title and post content are required fields.";
brunnopleffken commented 8 years ago

Fixed. Thanks!