Skip to content

Commit

Permalink
Merge pull request #76 from tanhongit/update-event-template
Browse files Browse the repository at this point in the history
Update some templates for tool
  • Loading branch information
tanhongit committed May 18, 2024
2 parents 8f7d665 + c07fa66 commit fef8aef
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lang/de/globals/access_denied.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
'title' => '<b>Access Denied to Bot</b>',
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
'message' => 'Please contact the administrator for further information, Thank You..',
];
2 changes: 1 addition & 1 deletion lang/de/tools/settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'title' => '<b>Settings for your bot</b> 🤖',
'title' => 'Settings for your bot',
];
4 changes: 2 additions & 2 deletions lang/en/globals/access_denied.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
'title' => '<b>Access Denied to Bot</b>',
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
'message' => 'Please contact the administrator for further information, Thank You..',
];
2 changes: 1 addition & 1 deletion lang/en/tools/settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'title' => '<b>Settings for your bot</b> 🤖',
'title' => 'Settings for your bot',
];
4 changes: 2 additions & 2 deletions lang/ja/globals/access_denied.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
'title' => '<b>Access Denied to Bot</b>',
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
'message' => 'Please contact the administrator for further information, Thank You..',
];
2 changes: 1 addition & 1 deletion lang/ja/tools/settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'title' => '<b>Settings for your bot</b> 🤖',
'title' => 'Settings for your bot',
];
4 changes: 2 additions & 2 deletions lang/vi/globals/access_denied.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '🔒 <b>Access Denied to Bot</b> 🚫',
'chat_id' => '🛑 <b>Chat ID:</b> <code>:chatId</code> ',
'title' => '<b>Access Denied to Bot</b>',
'chat_id' => '<b>Chat ID:</b> <code>:chatId</code> ',
'message' => 'Please contact the administrator for further information, Thank You..',
];
2 changes: 1 addition & 1 deletion lang/vi/tools/settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'title' => '<b>Settings for your bot</b> 🤖',
'title' => 'Settings for your bot',
];
4 changes: 2 additions & 2 deletions resources/views/globals/access_denied.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*/
?>
{!! __('tg-notifier::globals/access_denied.title') !!}
🔒 {!! __('tg-notifier::globals/access_denied.title') !!} 🚫

@if(!empty($chatId))
{!! __('tg-notifier::globals/access_denied.chat_id', ['chatId' => $chatId]) !!}
🛑 {!! __('tg-notifier::globals/access_denied.chat_id', ['chatId' => $chatId]) !!}
@endif
{!! __('tg-notifier::globals/access_denied.message') !!}
2 changes: 1 addition & 1 deletion resources/views/tools/settings.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{!! __('tg-notifier::tools/settings.title') !!}
<b>{!! __('tg-notifier::tools/settings.title') !!}</b> 🤖

0 comments on commit fef8aef

Please sign in to comment.