mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(translations): thread closed, may not reply
This commit is contained in:
@@ -27,9 +27,9 @@ const PostForm = () => {
|
||||
<div className={styles.postFormButtonDesktop}>
|
||||
{isThreadClosed ? (
|
||||
<div className={styles.closed}>
|
||||
Thread closed.
|
||||
{t('thread_closed')}
|
||||
<br />
|
||||
You may not reply at this time.
|
||||
{t('may_not_reply')}
|
||||
</div>
|
||||
) : (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user