feat(GODT-2772): fixed missing space in error message.

This commit is contained in:
Xavier Michelon
2023-09-19 07:57:11 +02:00
parent ab1281ceee
commit f8b86a76dd

View File

@ -78,7 +78,7 @@ Item {
Connections {
function onCertificateInstallCanceled() {
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;
}
function onCertificateInstallFailed() {