From 43b871a124c3d1c6f6248ff54855df6c9033ad89 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 25 Jan 2023 09:51:18 +0000 Subject: [PATCH] GODT-2210: Typo fix --- internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml index 0bc42155..9490b09c 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml @@ -91,7 +91,7 @@ Dialog { type: Label.Body horizontalAlignment: Text.AlignLeft textFormat: Text.StyledText - text: qsTr("New IMAP engine
For improved stability and performances.") + text: qsTr("New IMAP engine
For improved stability and performance.") } }