chore: Remove one last reference to unofficial exts

This commit is contained in:
ziro 2024-02-10 13:19:03 +07:00
parent 44fc5e574b
commit 580cf710ed
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -69,7 +69,7 @@ class CrashLogUtil(private val context: Context) {
}
}
if (extensionInfoList.isNotEmpty()) {
extensionInfoList.add(0, "Extensions that are outdated, obsolete, or unofficial")
extensionInfoList.add(0, "Extensions that are outdated or obsolete")
}
return extensionInfoList.joinToString("\n")
}