From a3d287148d3ddd39afdbd0d825a64fea3871b858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Tue, 11 May 2021 10:01:25 -0400 Subject: [PATCH] misc: update version name and credits Change-Id: I2a34d613f3bccd5f16c333a6a4fa2eed94dc28fa --- projectcredits.html | 10 +++++++--- src/constant/JamiStrings.qml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/projectcredits.html b/projectcredits.html index e8f0337d..4895a067 100644 --- a/projectcredits.html +++ b/projectcredits.html @@ -5,10 +5,12 @@

Alexandre Viau

Aline Bonnet

Aline Gondim Santos

+

Amin Bandali

AmirHossein Naghshzan

Andreas Traczyk

Anthony Léonard

Brando Tovar

+

Charlotte Hoffmann

Cyrille Béraud

Dorina Mosku

Eden Abitbol

@@ -19,9 +21,11 @@

Guillaume Heller

Guillaume Roguez

Hadrien De Sousa

+

Hugo Lefeuvre

Julien Grossholtz

Kateryna Kostiuk

Loïc Siret

+

Marianne Forget

Mingrui Zhang

Mohamed Chibani

Mohamed Amine Younes Bouacida

@@ -32,18 +36,18 @@

Patrick Keroulas

Peymane Marandi

Philippe Gorley

+

Pierre Duchemin

Pierre Lespagnol

Raphaël Brulé

Rayan Osseiran

Romain Bertozzi

+

Saher Azer

Sébastien Blin

Silbino Gonçalves Matado

Simon Désaulniers

-

Stepan Salenikovich

Simon Zeni

+

Stepan Salenikovich

Thibault Wittemberg

Vsevolod Ivanov

Yang Wang

-

Marianne Forget

-

Charlotte Hoffmann


\ No newline at end of file diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml index fdf9b441..f35026eb 100644 --- a/src/constant/JamiStrings.qml +++ b/src/constant/JamiStrings.qml @@ -35,7 +35,7 @@ Item { // AboutPopUp property string version: qsTr("Version") + (UpdateManager.isCurrentVersionBeta() ? " (BETA)" : "") property string companyDeclarationYear: "© 2015-2021 Savoir-faire Linux Inc." - property string slogan: "Together" + property string slogan: "Maloya" property string declaration: qsTr("Jami is a free software for universal communication which respects the freedom and privacy of its users.") property string credits: qsTr("Credits")