Skip to content

Commit

Permalink
fix: update tool translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed May 16, 2024
1 parent 9dd6fbe commit c07fa66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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',
];
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',
];
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',
];
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',
];
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 c07fa66

Please sign in to comment.