From 5d51cc173993f0faa936cab595f8b93417884054 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 10 Nov 2021 18:14:14 +0100 Subject: [PATCH] Other: Fix typo SMPT -> SMTP --- internal/frontend/qml/AccountView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/qml/AccountView.qml b/internal/frontend/qml/AccountView.qml index 7a92188f..d7e4231d 100644 --- a/internal/frontend/qml/AccountView.qml +++ b/internal/frontend/qml/AccountView.qml @@ -136,7 +136,7 @@ Item { colorScheme: root.colorScheme text: qsTr("Email clients") actionText: qsTr("Configure") - description: qsTr("Proton Mail Bridge works with email clients that support IMAP/SMPT to send and receive messages. Using the mailbox details below, you can (re)configure your client at any point.") + description: qsTr("Proton Mail Bridge works with email clients that support IMAP/SMTP to send and receive messages. Using the mailbox details below, you can (re)configure your client at any point.") type: SettingsItem.Button enabled: root.user ? root.user.loggedIn : false visible: root.user ? !root.user.splitMode || root.user.addresses.length==1 : false