refactor: remove readonly wording from thread status surfaces
This commit is contained in:
@@ -34,8 +34,8 @@ export default async function ThreadStatusPage({
|
||||
.slice(0, 5);
|
||||
|
||||
const subtitle = threadStatusDocument?.folderName?.trim()
|
||||
? `${threadStatusDocument.folderName} · 只读`
|
||||
: "只读状态文档";
|
||||
? `${threadStatusDocument.folderName} · 线程状态文档`
|
||||
: "线程状态文档";
|
||||
|
||||
return (
|
||||
<AppShell bottomNav={false}>
|
||||
|
||||
Reference in New Issue
Block a user