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.") } }