Skip to content

Commit

Permalink
update some view template and translation for gitlab events
Browse files Browse the repository at this point in the history
tanhongit committed May 23, 2024
1 parent 10ab955 commit 7385700
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lang/vi/events/gitlab/job.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

<?php

return [
'title' => 'Cập nhật trạng thái Job',
'name' => 'Ten Job',
'title' => 'Cập nhật trạng thái của Job',
'name' => 'Tên Job',
];
2 changes: 2 additions & 0 deletions resources/views/events/gitlab/deployment/default.blade.php
Original file line number Diff line number Diff line change
@@ -3,3 +3,5 @@
* @var object $payload
* @var string $event
*/
?>
2 changes: 1 addition & 1 deletion resources/views/events/gitlab/pipeline/default.blade.php
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
?>

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

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

0 comments on commit 7385700

Please sign in to comment.