mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Remove one last reference to unofficial exts
This commit is contained in:
parent
44fc5e574b
commit
580cf710ed
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue