Skip to content

Commit ae32ad9

Browse files
committed
fix: update translations for tool
1 parent 26e8699 commit ae32ad9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lang/de/tools/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '<b>🙋🏻 :appName 🤓</b>',
4+
'title' => '<b>:appName</b>',
55
'firstName' => 'Hey <b>:firstName</b>,',
66
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
77
Use /menu for more options.',

lang/en/tools/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '<b>🙋🏻 :appName 🤓</b>',
4+
'title' => '<b>:appName</b>',
55
'firstName' => 'Hey <b>:firstName</b>,',
66
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
77
Use /menu for more options.',

lang/ja/tools/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '<b>🙋🏻 :appName 🤓</b>',
4+
'title' => '<b>:appName</b>',
55
'firstName' => 'Hey <b>:firstName</b>,',
66
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
77
Use /menu for more options.',

lang/vi/tools/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '<b>🙋🏻 :appName 🤓</b>',
4+
'title' => '<b>:appName</b>',
55
'firstName' => 'Hey <b>:firstName</b>,',
66
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
77
Use /menu for more options.',

resources/views/tools/start.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
66
?>
7-
{!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!}
7+
🙋🏻 {!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} 🤓
88

99
{!! __('tg-notifier::tools/start.firstName', ['firstName' => $first_name]) !!}
1010

0 commit comments

Comments
 (0)