Refactoring/change application text (#687)

Changing some texts
This commit is contained in:
Shehab Ahmed 2024-03-26 20:05:04 +02:00 committed by GitHub
parent 7730dd510c
commit 5f631eaa76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1814 additions and 1657 deletions

View file

@ -74,7 +74,7 @@ PageType {
visible: fileName.text !== ""
Image {
source: "qrc:/images/controls/file-cog-2.svg"
source: "qrc:/images/controls/file-check-2.svg"
}
Header2TextType {
@ -87,14 +87,6 @@ PageType {
}
}
CaptionTextType {
Layout.fillWidth: true
Layout.topMargin: 16
text: qsTr("Do not use connection codes from untrusted sources, as they may be created to intercept your data.")
color: "#878B91"
}
BasicButtonType {
Layout.topMargin: 16
Layout.leftMargin: -8
@ -113,6 +105,15 @@ PageType {
}
}
WarningType {
Layout.topMargin: 16
Layout.fillWidth: true
textString: qsTr("Use connection codes only from sources you trust. Codes from public sources may have been created to intercept your data.")
iconPath: "qrc:/images/controls/alert-circle.svg"
}
Rectangle {
Layout.fillWidth: true
Layout.bottomMargin: 16