Skip to content

Commit 9dd6fbe

Browse files
committed
fix: update access global translations
1 parent 6b27ec2 commit 9dd6fbe

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lang/de/globals/access_denied.php

Lines changed: 2 additions & 2 deletions
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
];

lang/en/globals/access_denied.php

Lines changed: 2 additions & 2 deletions
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
];

lang/ja/globals/access_denied.php

Lines changed: 2 additions & 2 deletions
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
];

lang/vi/globals/access_denied.php

Lines changed: 2 additions & 2 deletions
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
];

resources/views/globals/access_denied.blade.php

Lines changed: 2 additions & 2 deletions
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') !!}

0 commit comments

Comments
 (0)