Skip to content

Commit fef8aef

Browse files
authored
Merge pull request #76 from tanhongit/update-event-template
Update some templates for tool
2 parents 8f7d665 + c07fa66 commit fef8aef

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Diff for: lang/de/globals/access_denied.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
5-
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
4+
'title' => '<b>Access Denied to Bot</b>',
5+
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
66
'message' => 'Please contact the administrator for further information, Thank You..',
77
];

Diff for: lang/de/tools/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
return [
4-
'title' => '<b>Settings for your bot</b> 🤖',
4+
'title' => 'Settings for your bot',
55
];

Diff for: lang/en/globals/access_denied.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
5-
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
4+
'title' => '<b>Access Denied to Bot</b>',
5+
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
66
'message' => 'Please contact the administrator for further information, Thank You..',
77
];

Diff for: lang/en/tools/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
return [
4-
'title' => '<b>Settings for your bot</b> 🤖',
4+
'title' => 'Settings for your bot',
55
];

Diff for: lang/ja/globals/access_denied.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
5-
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
4+
'title' => '<b>Access Denied to Bot</b>',
5+
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
66
'message' => 'Please contact the administrator for further information, Thank You..',
77
];

Diff for: lang/ja/tools/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
return [
4-
'title' => '<b>Settings for your bot</b> 🤖',
4+
'title' => 'Settings for your bot',
55
];

Diff for: lang/vi/globals/access_denied.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
5-
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
4+
'title' => '<b>Access Denied to Bot</b>',
5+
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
66
'message' => 'Please contact the administrator for further information, Thank You..',
77
];

Diff for: lang/vi/tools/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
return [
4-
'title' => '<b>Settings for your bot</b> 🤖',
4+
'title' => 'Settings for your bot',
55
];

Diff for: resources/views/globals/access_denied.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*/
55
66
?>
7-
{!! __('tg-notifier::globals/access_denied.title') !!}
7+
🔒 {!! __('tg-notifier::globals/access_denied.title') !!} 🚫
88

99
@if(!empty($chatId))
10-
{!! __('tg-notifier::globals/access_denied.chat_id', ['chatId' => $chatId]) !!}
10+
🛑 {!! __('tg-notifier::globals/access_denied.chat_id', ['chatId' => $chatId]) !!}
1111
@endif
1212
{!! __('tg-notifier::globals/access_denied.message') !!}

Diff for: resources/views/tools/settings.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{!! __('tg-notifier::tools/settings.title') !!}
1+
<b>{!! __('tg-notifier::tools/settings.title') !!}</b> 🤖

0 commit comments

Comments
 (0)