Fix translation on About Page (#618)

Fix About Page
This commit is contained in:
Andrey Zaharow
2024-02-21 16:01:53 +02:00
committed by GitHub
parent 61abf74b2d
commit 6c0b71bd1b
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ PageType {
horizontalAlignment: Text.AlignHCenter
text: SettingsController.getAppVersion()
text: qsTr("Software version: %1").arg(SettingsController.getAppVersion())
color: "#878B91"
}