From 778b17c44e22c565b2b990b4cdbafbfc00044895 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 10 Nov 2021 18:52:04 +0100 Subject: [PATCH] Other: Fix typo accounts(s) -> account(s) --- 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 d7e4231d..f98b586a 100644 --- a/internal/frontend/qml/AccountView.qml +++ b/internal/frontend/qml/AccountView.qml @@ -153,7 +153,7 @@ Item { id: splitMode colorScheme: root.colorScheme text: qsTr("Split addresses") - description: qsTr("Split addresses allows you to configure multiple email addresses individually. Changing its mode will require you to delete your accounts(s) from your email client and begin the setup process from scratch.") + description: qsTr("Split addresses allows you to configure multiple email addresses individually. Changing its mode will require you to delete your account(s) from your email client and begin the setup process from scratch.") type: SettingsItem.Toggle checked: root.user ? root.user.splitMode : false visible: root.user ? root.user.addresses.length > 1 : false