Skip to content

Commit 4ef3135

Browse files
committed
refactor: config text translate
1 parent c06a67b commit 4ef3135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/vi/events/gitlab/issues.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
return [
44
'issue_title' => '📢',
55
'closed' => [
6-
'title' => '<b>Vấn đề đã đóng </b> thành :issue bởi :user',
6+
'title' => '<b>Vấn đề đã đóng </b> từ :issue bởi :user',
77
],
88
'edited' => [
99
'title' => '<b>Vấn đề đã được chỉnh sửa</b> từ :issue bởi :user',
1010
'changes' => [
1111
'title' => [
1212
'name' => '<b>Tiêu đề</b> đã được thay đổi',
1313
'from' => '<b>Từ:</b> :title_from',
14-
'to' => '<b>Đến:</b> :title_to',
14+
'to' => '<b>Thành:</b> :title_to',
1515
],
1616
'body' => [
1717
'title' => '<b>Nội dung</b> đã được thay đổi',

0 commit comments

Comments
 (0)