diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml index 0d9ffe254608a03242f31f06a5807b0f6c0c10c7..503c4c360f27afa540aa44b2d6311fd001e0964b 100644 --- a/src/constant/JamiStrings.qml +++ b/src/constant/JamiStrings.qml @@ -46,7 +46,7 @@ Item { // AboutPopUp property string version: qsTr("Version") + (UpdateManager.isCurrentVersionBeta() ? " (BETA)" : "") property string companyDeclarationYear: "© 2015-2021 Savoir-faire Linux Inc." - property string slogan: "Maloya" + property string slogan: "Taranis" 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")