GODT-1378: varia GUI fixes

This commit is contained in:
Alexander Bilyak
2021-10-27 14:32:56 +02:00
committed by Jakub
parent cf6ed81a00
commit af0c5e6bae
5 changed files with 12 additions and 11 deletions

View File

@ -98,7 +98,7 @@ SettingsView {
horizontalAlignment: Text.AlignHCenter
text: qsTr("Proton Mail Bridge v%1<br>© 2021 Proton Technologies AG<br>%2 %3").
text: qsTr("Proton Mail Bridge v%1<br>© 2021 Proton AG<br>%2 %3").
arg(root.backend.version).
arg(link("file://"+root.backend.licensePath, qsTr("License"))).
arg(link(root.backend.releaseNotesLink, qsTr("Release notes")))