Skip to content

Commit f1b6096

Browse files
committed
fix: update push event
1 parent 16248a9 commit f1b6096

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lang/de/events/gitlab/push.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'default' => [
5-
'title' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b>',
5+
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>',
66
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>',
77
'pusher' => '👤 Pushed by : <b>:name</b>',
88
],

lang/en/events/gitlab/push.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'default' => [
5-
'title' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b>',
5+
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>',
66
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>',
77
'pusher' => '👤 Pushed by : <b>:name</b>',
88
],

lang/ja/events/gitlab/push.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'default' => [
5-
'title' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b>',
5+
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>',
66
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>',
77
'pusher' => '👤 Pushed by : <b>:name</b>',
88
],

lang/vi/events/gitlab/push.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'default' => [
5-
'title' => '<b>:count</b> mới :noun đến :repo:<code>:branch</code></b>',
5+
'title' => '<b>:count</b> :noun mới trong <b>:repo:<code>:branch</code></b>',
66
'commit' => '[:commit] :commit_message - bởi <i>:commit_by</i>',
77
'pusher' => '👤 Đẩy lên bởi: : <b>:name</b>',
88
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
👷⚙️ {!! __('tg-notifier::events/gitlab/push.default.title', [
1414
'count' => $count,
1515
'noun' => $noun,
16-
'repo' => "🦑<b>" . $payload->project->path_with_namespace,
16+
'repo' => "🦑<a href='{$payload->project->web_url}'>{$payload->project->path_with_namespace}</a>",
1717
'branch' => $branch,
1818
]) !!}
1919

0 commit comments

Comments
 (0)