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

@ -67,7 +67,7 @@ $lang->point_recal_finished = '포인트 재계산이 완료되었습니다.';
$lang->point_update_desc = '포인트를 증가시키려면 +를 감소시키려면 -를 숫자앞에 표기한 후 업데이트해 주세요. + 또는 - 표시가 없으면 입력한 값으로 설정됩니다.';
$lang->give_point = '포인트 부여/차감';
$lang->point_given_prefix = '';
$lang->point_given_suffix = '포인트';
$lang->point_given_suffix = '$point';
$lang->point_time_limit_prefix = '작성 후';
$lang->point_time_limit_suffix = '일까지';
$lang->search_target_list['nick_name'] = '닉네임';