diff --git a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml index cdb0215d46..791f8bbafc 100644 --- a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml @@ -37,7 +37,7 @@ Item { StyledText { id: element11 //% "Version: alpha.0" - text: qsTrId("version:-alpha.0") + text: qsTrId("version:-alpha.3") anchors.left: parent.left anchors.leftMargin: 24 anchors.top: element10.top