From 6865d810dafccdde645f140815be8bee9485d6ee Mon Sep 17 00:00:00 2001 From: amazuecos Date: Tue, 15 Oct 2024 05:20:35 +0000 Subject: [PATCH] change title message notification dropdown --- ci4/app/Language/es/Chat.php | 1 + ci4/app/Views/themes/vuexy/main/defaultlayout.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci4/app/Language/es/Chat.php b/ci4/app/Language/es/Chat.php index 1e649965..3bc975c8 100644 --- a/ci4/app/Language/es/Chat.php +++ b/ci4/app/Language/es/Chat.php @@ -2,6 +2,7 @@ return [ "chat" => "Mensajería", + "messages" => "Mensajes", "modal" => [ "new_hebra" => "Nueva hebra", "title" => "Título", diff --git a/ci4/app/Views/themes/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/vuexy/main/defaultlayout.php index 05d7d9b8..6dfae172 100644 --- a/ci4/app/Views/themes/vuexy/main/defaultlayout.php +++ b/ci4/app/Views/themes/vuexy/main/defaultlayout.php @@ -122,7 +122,7 @@ $picture = "/assets/img/default-user.png";