Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some templates for tool #76

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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> 🤖