GODT-1527: Change bug report description.

This commit is contained in:
Jakub
2022-03-31 10:54:14 +02:00
committed by Jakub Cuth
parent c32a106898
commit de586e5f12
5 changed files with 5 additions and 13 deletions

View File

@ -127,19 +127,10 @@ SettingsView {
}
TextEdit {
text: {
var address = "bridge@protonmail.com"
var mailTo = `<a href="mailto://${address}">${address}</a>`
return "<style>a:link { color: " + root.colorScheme.interaction_norm + "; }</style>" +qsTr(
"These reports are not end-to-end encrypted. In case of sensitive information, contact us at %1."
).arg(mailTo)
}
onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText
text: qsTr("Reports are not end-to-end encrypted, please do not send any sensitive information.")
readOnly: true
Layout.fillWidth: true
color: root.colorScheme.text_weak
font.family: ProtonStyle.font_family