Skip to content

Commit

Permalink
Improved feedback to the user when he did not enter name in his vote
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Jan 5, 2014
1 parent 6707733 commit d76081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/opensurvey/public/studs.php
Expand Up @@ -146,7 +146,7 @@
}
else
{
$err |= NAME_EMPTY;
setEventMessage($langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("Name")), 'errors');
}
}

Expand Down

0 comments on commit d76081d

Please sign in to comment.