Skip to content

Commit d3974d9

Browse files
committed
Update ping event in lang folder
1 parent fe08c16 commit d3974d9

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

lang/de/events/github/ping.php

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22

33
return [
4-
'default' => [
5-
'title' => 'Connection Successful',
6-
'organization' => 'Organization',
7-
'full_name' => 'Repository',
8-
'sender' => 'Sender (triggered the event)',
9-
],
4+
'title' => 'Connection Successful',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'sender' => 'Sender (triggered the event)',
108
];

lang/ja/events/github/ping.php

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22

33
return [
4-
'default' => [
5-
'title' => 'Connection Successful',
6-
'organization' => 'Organization',
7-
'full_name' => 'Repository',
8-
'sender' => 'Sender (triggered the event)',
9-
],
4+
'title' => 'Connection Successful',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'sender' => 'Sender (triggered the event)',
108
];

lang/vi/events/github/ping.php

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22

33
return [
4-
'default' => [
5-
'title' => 'Connection Successful',
6-
'organization' => 'Organization',
7-
'full_name' => 'Repository',
8-
'sender' => 'Sender (triggered the event)',
9-
],
4+
'title' => 'Connection Successful',
5+
'organization' => 'Organization',
6+
'full_name' => 'Repository',
7+
'sender' => 'Sender (triggered the event)',
108
];

0 commit comments

Comments
 (0)