diff --git a/lang/de/tools/start.php b/lang/de/tools/start.php index e563178..9804474 100644 --- a/lang/de/tools/start.php +++ b/lang/de/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/en/tools/start.php b/lang/en/tools/start.php index e563178..9804474 100644 --- a/lang/en/tools/start.php +++ b/lang/en/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/ja/tools/start.php b/lang/ja/tools/start.php index e563178..9804474 100644 --- a/lang/ja/tools/start.php +++ b/lang/ja/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/lang/vi/tools/start.php b/lang/vi/tools/start.php index e563178..9804474 100644 --- a/lang/vi/tools/start.php +++ b/lang/vi/tools/start.php @@ -1,7 +1,7 @@ '🙋🏻 :appName 🤓', + 'title' => ':appName', 'firstName' => 'Hey :firstName,', 'notification' => 'I can send you notifications from your 🦑GitHub or 🦊GitLab Repository instantly to your Telegram. Use /menu for more options.', diff --git a/resources/views/tools/start.blade.php b/resources/views/tools/start.blade.php index c533357..c77478f 100644 --- a/resources/views/tools/start.blade.php +++ b/resources/views/tools/start.blade.php @@ -4,7 +4,7 @@ */ ?> -{!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} +🙋🏻 {!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} 🤓 {!! __('tg-notifier::tools/start.firstName', ['firstName' => $first_name]) !!}