Fix #1854 inconsistent use of point name in config screen

This commit is contained in:
Kijin Sung 2022-02-04 22:08:41 +09:00
parent 21c176313f
commit c1e41e87ad
3 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ $lang->point_recal_finished = 'Point recalculation is finished.';
$lang->point_update_desc = 'Insert + in front of the number to increase the point or - to decrease, and update the point. If you don\'t insert + or -, the point will be set as the value you entered.';
$lang->give_point = 'Give or Take Points';
$lang->point_given_prefix = '';
$lang->point_given_suffix = 'points';
$lang->point_given_suffix = '$point';
$lang->point_time_limit_prefix = 'until';
$lang->point_time_limit_suffix = 'days after submission';
$lang->search_target_list['nick_name'] = 'Nick Name';