mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Translate
This commit is contained in:
@@ -25,7 +25,7 @@ class CommentTombstone extends React.Component {
|
||||
<p className={styles.commentTombstone}>
|
||||
{this.getCopy()}
|
||||
{this.props.action === 'reject' &&
|
||||
<span className={styles.undo} onClick={this.props.onUndo}>Undo</span>
|
||||
<span className={styles.undo} onClick={this.props.onUndo}>{t('comment.undo_reject')}</span>
|
||||
}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -17,6 +17,7 @@ en:
|
||||
characters_remaining: "characters remaining"
|
||||
comment:
|
||||
anon: "Anonymous"
|
||||
undo_reject: "Undo"
|
||||
ban_user: "Ban User"
|
||||
comment: "Post a comment"
|
||||
edited: Edited
|
||||
|
||||
Reference in New Issue
Block a user