diff --git a/src/app/constant/JamiStrings.qml b/src/app/constant/JamiStrings.qml
index e4c314c9775b946a96a6d84fc085892ea4712424..1e587c15086eb3b66458c9a49c5e581a15ec64d7 100644
--- a/src/app/constant/JamiStrings.qml
+++ b/src/app/constant/JamiStrings.qml
@@ -50,7 +50,7 @@ Item {
     // AboutPopUp
     property string version: qsTr("Version") + (UpdateManager.isCurrentVersionBeta() ? " (Beta)" : "")
     property string companyDeclarationYear: declarationYear + " " + companyName
-    property string declarationYear: "© 2015-2022"
+    property string declarationYear: "© 2015-2023"
     property string companyName: "Savoir-faire Linux Inc."
     property string slogan: "Világfa"
     property string declaration: qsTr("Jami is a free universal communication software that respects the freedom and privacy of its users.")