mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
Other: Fix typo SMPT -> SMTP
This commit is contained in:
@ -136,7 +136,7 @@ Item {
|
|||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
text: qsTr("Email clients")
|
text: qsTr("Email clients")
|
||||||
actionText: qsTr("Configure")
|
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
|
type: SettingsItem.Button
|
||||||
enabled: root.user ? root.user.loggedIn : false
|
enabled: root.user ? root.user.loggedIn : false
|
||||||
visible: root.user ? !root.user.splitMode || root.user.addresses.length==1 : false
|
visible: root.user ? !root.user.splitMode || root.user.addresses.length==1 : false
|
||||||
|
|||||||
Reference in New Issue
Block a user