Skip to content

Commit 7385700

Browse files
committed
update some view template and translation for gitlab events
1 parent 10ab955 commit 7385700

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lang/vi/events/gitlab/job.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
<?php
32

43
return [
5-
'title' => 'Cập nhật trạng thái Job',
6-
'name' => 'Ten Job',
4+
'title' => 'Cập nhật trạng thái của Job',
5+
'name' => 'Tên Job',
76
];

resources/views/events/gitlab/deployment/default.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
* @var object $payload
44
* @var string $event
55
*/
6+
7+
?>

resources/views/events/gitlab/pipeline/default.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
?>
88

9-
🦊 {{ __('tg-notifier::events/gitlab/pipeline.title') }} 🔥
9+
🛰 {{ __('tg-notifier::events/gitlab/pipeline.title') }} 🦊
1010

1111
🚀 {{ __('tg-notifier::app.repo') }}: <a href="{{ $payload->project->web_url }}">{{ $payload->project->path_with_namespace }}</a>
1212
🌳 {{ __('tg-notifier::app.branch') }}: <code>{{ $payload->object_attributes->ref }}</code>

0 commit comments

Comments
 (0)