diff --git a/FAQ.md b/FAQ.md
index 8412043b8d..521ce09e23 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -2226,9 +2226,10 @@ Disabling *Partial fetch* will result in more memory usage.
**(111) Is OAuth supported?**
-OAuth is supported for Gmail via the quick setup wizard.
+OAuth for Gmail is supported via the quick setup wizard.
The Android account manager will be used to fetch and refresh OAuth tokens for selected on-device accounts.
-OAuth for non on-device accounts is not support because Google requires an expensive ($15,000 to $75,000) [security audit](https://support.google.com/cloud/answer/9110914) for this.
+OAuth for non on-device accounts is not supported
+because Google requires an expensive ($15,000 to $75,000) [security audit](https://support.google.com/cloud/answer/9110914) for this.
OAuth for Yandex is supported via the quick setup wizard.
@@ -2237,8 +2238,8 @@ Outlook, Live and Hotmail do not yet support OAuth for IMAP/SMTP connections, bu
OAuth access for Yahoo! was requested, but Yahoo! never responded to the request.
OAuth for AOL [was deactivated](https://www.programmableweb.com/api/aol-open-auth) by AOL.
-Note that Verizon owns both AOL and Yahoo!, now both known as [Oath](https://en.wikipedia.org/wiki/Verizon_Media).
-So, it is reasonable to assume that OAuth is not supported for Yahoo! anymore too.
+Verizon owns both AOL and Yahoo!, collectively named [Oath inc](https://en.wikipedia.org/wiki/Verizon_Media).
+So, it is reasonable to assume that OAuth is not supported by Yahoo! anymore too.
diff --git a/app/src/main/java/eu/faircode/email/AdapterContact.java b/app/src/main/java/eu/faircode/email/AdapterContact.java
index e329df5dc9..62bf4832ca 100644
--- a/app/src/main/java/eu/faircode/email/AdapterContact.java
+++ b/app/src/main/java/eu/faircode/email/AdapterContact.java
@@ -158,8 +158,8 @@ public class AdapterContact extends RecyclerView.Adapter