Skip to content

Commit c07fa66

Browse files
committed
fix: update tool translations
1 parent 9dd6fbe commit c07fa66

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lang/de/tools/settings.php

Lines changed: 1 addition & 1 deletion
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
];

lang/en/tools/settings.php

Lines changed: 1 addition & 1 deletion
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
];

lang/ja/tools/settings.php

Lines changed: 1 addition & 1 deletion
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
];

lang/vi/tools/settings.php

Lines changed: 1 addition & 1 deletion
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
];
Lines changed: 1 addition & 1 deletion
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)