mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(mod queue): rename queue dismissal action
This commit is contained in:
@@ -315,7 +315,7 @@ const PostInfo = ({
|
||||
<span className={styles.modQueueButtonWrapper}>
|
||||
[
|
||||
<button className={styles.modQueueActionButton} onClick={onRemoveFromModQueue} disabled={isPublishing}>
|
||||
{t('remove')}
|
||||
{t('modQueue.dismiss')}
|
||||
</button>
|
||||
]
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user