From 2567d81359cf5de9e8e1063b483e57cd598f1d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Simon=20Fauteux-Chapleau?= <francois-simon.fauteux-chapleau@savoirfairelinux.com> Date: Fri, 14 Mar 2025 16:49:08 -0400 Subject: [PATCH] =?UTF-8?q?misc:=20update=20release=20name=20to=20=CE=95?= =?UTF-8?q?=E1=BC=B0=CF=81=CE=AE=CE=BD=CE=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3d532358c3f5f8b4b17ce85efd0492e51e6877d --- src/app/net/jami/Constants/JamiStrings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/net/jami/Constants/JamiStrings.qml b/src/app/net/jami/Constants/JamiStrings.qml index 328f1bb3..f0044ffa 100644 --- a/src/app/net/jami/Constants/JamiStrings.qml +++ b/src/app/net/jami/Constants/JamiStrings.qml @@ -46,7 +46,7 @@ Item { property string buildID: qsTr("Build ID") property string version: qsTr("Version") property string declarationYear: "Copyright © 2015–2025" - property string slogan: "Astarte" + property string slogan: "Εἰρήνη" property string declaration: qsTr('Jami, a GNU package, is software for universal and distributed peer-to-peer communication that respects the freedom and privacy of its users. Visit <a href="https://jami.net" style="color: ' + JamiTheme.buttonTintedBlue + '">jami.net</a>' + ' to learn more.') property string noWarranty: qsTr('This program comes with absolutely no warranty. See the <a href="https://www.gnu.org/licenses/gpl-3.0.html" style="color: ' + JamiTheme.buttonTintedBlue + '">GNU General Public License</a>, version 3 or later for details.') property string contribute: qsTr('Contribute') -- GitLab