mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
feat: add graceful public chat not found page
This commit is contained in:
parent
3cf8647d50
commit
8d9dfc7aa4
4 changed files with 42 additions and 11 deletions
|
|
@ -796,5 +796,10 @@
|
|||
"comments": "comments",
|
||||
"example_comment": "Let's discuss this tomorrow!"
|
||||
}
|
||||
},
|
||||
"public_chat": {
|
||||
"not_found_title": "This chat has been deleted.",
|
||||
"click_here": "Click here",
|
||||
"sign_in_prompt": "to log in to SurfSense and start your own."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -781,5 +781,10 @@
|
|||
"comments": "评论",
|
||||
"example_comment": "我们明天讨论这个!"
|
||||
}
|
||||
},
|
||||
"public_chat": {
|
||||
"not_found_title": "此对话已被删除。",
|
||||
"click_here": "点击这里",
|
||||
"sign_in_prompt": "登录 SurfSense 开始您自己的对话。"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue