From 7ecfee6b36d42786e0af1b6f7d0994d7799ce27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Mon, 7 Feb 2022 00:05:41 -0600 Subject: [PATCH] =?UTF-8?q?[Actualiza]=20a=C3=B1o=20de=20derechos=20de=20a?= =?UTF-8?q?utor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NOTICE | 8 ++++---- README.md | 8 ++++---- controllers/profilesController.php | 2 +- views/components/footer.php | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NOTICE b/NOTICE index 47b204a..9bf6bb6 100644 --- a/NOTICE +++ b/NOTICE @@ -1,10 +1,10 @@ Nabu - A content management system (CMS) for Markdown articles for the University of Guanajuato written in HTML, CSS, JavaScript and PHP. -Copyright (C) 2021 - Ricardo García Jiménez , - Juan José Ramírez López , - Francisco Solís Martínez , - Fernando Andrés Chávez Gavaldón +Copyright (C) 2021-2022 - Ricardo García Jiménez , + Juan José Ramírez López , + Francisco Solís Martínez , + Fernando Andrés Chávez Gavaldón This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/README.md b/README.md index 457a981..42ae8b1 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ $ php -S localhost:8000 Nabu - Un sistema gestor de contenido (CMS) de artículos en Markdown para la Universidad de Guanajuato escrito en HTML, CSS, JavaScript y PHP. -Copyright (C) 2021 - Ricardo García Jiménez , - Juan José Ramírez López , - Francisco Solís Martínez , - Fernando Andrés Chávez Gavaldón +Copyright (C) 2021-2022 - Ricardo García Jiménez , + Juan José Ramírez López , + Francisco Solís Martínez , + Fernando Andrés Chávez Gavaldón Este programa es software libre: puedes redistribuirlo y/o modificarlo bajo los términos de la Licencia Pública General de GNU Affero publicada por diff --git a/controllers/profilesController.php b/controllers/profilesController.php index 98d693c..a9d9169 100644 --- a/controllers/profilesController.php +++ b/controllers/profilesController.php @@ -234,7 +234,7 @@ class profilesController { $update['background'] = utils::update_image('profilesModel', 'background', $profile['background'], $data['background']); if ($update['background'] === false) { - messages::add('¡Lo sentimos mucho! 😞, por el momento no podemos actualizar el fondo de tu perfil'); + messages::add('¡Lo sentimos mucho! 😞, por el momento no podemos actualizar tu fondo de perfil'); unset($update['background']); } diff --git a/views/components/footer.php b/views/components/footer.php index 48dbe62..4fcb4eb 100644 --- a/views/components/footer.php +++ b/views/components/footer.php @@ -19,7 +19,7 @@