change title message notification dropdown

This commit is contained in:
amazuecos
2024-10-15 05:20:35 +00:00
parent 29eeecb905
commit 6865d810da
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
return [
"chat" => "Mensajería",
"messages" => "Mensajes",
"modal" => [
"new_hebra" => "Nueva hebra",
"title" => "Título",

View File

@ -122,7 +122,7 @@ $picture = "/assets/img/default-user.png";
<div class="dropdown-menu dropdown-menu-end py-0">
<div class="dropdown-menu-header border-bottom">
<div class="dropdown-header d-flex align-items-center py-3">
<h5 class="text-body mb-0 me-auto">Chats</h5>
<h5 class="text-body mb-0 me-auto"><?= lang("Chat.messages") ?></h5>
</div>
</div>