mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
feat(GODT-2772): fixed missing space in error message.
This commit is contained in:
@ -78,7 +78,7 @@ Item {
|
|||||||
Connections {
|
Connections {
|
||||||
function onCertificateInstallCanceled() {
|
function onCertificateInstallCanceled() {
|
||||||
certificateInstall.waitingForCert = false;
|
certificateInstall.waitingForCert = false;
|
||||||
certificateInstall.errorString = qsTr("Apple Mail cannot be configured if you do not install the certificate.Please retry.");
|
certificateInstall.errorString = qsTr("Apple Mail cannot be configured if you do not install the certificate. Please retry.");
|
||||||
certificateInstall.showBugReportLink = false;
|
certificateInstall.showBugReportLink = false;
|
||||||
}
|
}
|
||||||
function onCertificateInstallFailed() {
|
function onCertificateInstallFailed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user