Skip to content

Commit

Permalink
Merge pull request #764 from MUSE0104/patch-18
Browse files Browse the repository at this point in the history
Update notification.php
  • Loading branch information
HDVinnie authored May 21, 2019
2 parents 3e801c8 + 0b725d3 commit 315a4c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lang/ko/notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

return [
'date' => '날짜',
'delete' => '지우다',
'delete' => '지우기',
'delete-all' => '모든 알림 삭제',
'mark-all-read' => '모두 읽음으로 표시',
'mark-read' => '읽은 상태로 표시',
'message' => '메시지',
'no-notifications' => '알림이 없습니다.',
'notifications' => '알림',
'read' => '독서',
'title' => '표제',
'read' => '읽음',
'title' => '타이틀',
];

0 comments on commit 315a4c5

Please sign in to comment.